Mercurial > emacs
changeset 19829:4344b744de2f
(shell-chdrive-regexp): Likewise.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 Sep 1997 02:56:56 +0000 |
parents | fa6f38bb8ac1 |
children | 521f5765e7ce |
files | lisp/shell.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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