summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-09 02:56:56 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-09 02:56:56 +0000
commit70d535586e434e82fd293f2d66f6dfd0f191f896 (patch)
treeeb06195682b5d6bf24e8ee9e3429d98c31ff05f4
parent46315cd996282fb2369469fc0720414e4876def9 (diff)
downloademacs-70d535586e434e82fd293f2d66f6dfd0f191f896.tar.gz
(shell-chdrive-regexp): Likewise.
-rw-r--r--lisp/shell.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index c28f1649eb6..1b8c9da313a 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -235,7 +235,8 @@ This mirrors the optional behavior of tcsh."
"[]a-zA-Z^_`\\[\\\\]:"
nil)
"*If non-nil, is regexp used to track drive changes."
- :type 'regexp
+ :type '(choice regexp
+ (const nil))
:group 'shell-directories)
(defcustom explicit-shell-file-name nil