mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(shell-chdrive-regexp): Likewise.
This commit is contained in:
parent
6c80b133aa
commit
233f3fb8de
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue