branch: externals/idlwave
commit 16b08e2132e65946a2a6a6c2cbee98b19fad3d9c
Author: jdsmith <jdsmith>
Commit: jdsmith <jdsmith>
- Added space to allowed filename characters.
---
idlw-shell.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idlw-shell.el b/idlw-shell.el
index cf95a17091..a117f719df 100644
--- a/idlw-shell.el
+++ b/idlw-shell.el
@@ -7,7 +7,7 @@
;; Chris Chase <[email protected]>
;; Maintainer: J.D. Smith <[email protected]>
;; Version: VERSIONTAG
-;; Date: $Date: 2006/08/22 05:12:45 $
+;; Date: $Date: 2006/08/22 05:14:18 $
;; Keywords: processes
;; This file is part of GNU Emacs.
@@ -253,7 +253,7 @@ to set this option to nil."
:group 'idlwave-shell-general-setup
:type 'boolean)
-(defcustom idlwave-shell-file-name-chars "~/A-Za-z0-9+:_.$#%={}\\-"
+(defcustom idlwave-shell-file-name-chars "~/A-Za-z0-9+:_.$#%={}\\- "
"The characters allowed in file names, as a string.
Used for file name completion. Must not contain `'', `,' and `\"'
because these are used as separators by IDL."