aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorRichard M. Stallman1997-09-09 02:56:56 +0000
committerRichard M. Stallman1997-09-09 02:56:56 +0000
commit233f3fb8deca3a616d46ea217834221d3dc6b2e1 (patch)
tree0f34bf1ae0b7891965da9589bbf36cd0a6b2bba8 /lisp/shell.el
parent6c80b133aa3315ac79c1902965d6fa1c3dbbf33b (diff)
downloademacs-233f3fb8deca3a616d46ea217834221d3dc6b2e1.tar.gz
emacs-233f3fb8deca3a616d46ea217834221d3dc6b2e1.zip
(shell-chdrive-regexp): Likewise.
Diffstat (limited to 'lisp/shell.el')
-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."
235 "[]a-zA-Z^_`\\[\\\\]:" 235 "[]a-zA-Z^_`\\[\\\\]:"
236 nil) 236 nil)
237 "*If non-nil, is regexp used to track drive changes." 237 "*If non-nil, is regexp used to track drive changes."
238 :type 'regexp 238 :type '(choice regexp
239 (const nil))
239 :group 'shell-directories) 240 :group 'shell-directories)
240 241
241(defcustom explicit-shell-file-name nil 242(defcustom explicit-shell-file-name nil