Mercurial > emacs
diff lisp/shell.el @ 19829:4344b744de2f
(shell-chdrive-regexp): Likewise.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 09 Sep 1997 02:56:56 +0000 |
| parents | 4ae9466b064e |
| children | 22a407edd2f0 |
line wrap: on
line diff
--- a/lisp/shell.el Tue Sep 09 02:56:16 1997 +0000 +++ b/lisp/shell.el Tue Sep 09 02:56:56 1997 +0000 @@ -235,7 +235,8 @@ "[]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
