mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Add :version tag to shell-dir-cookie-re.
This commit is contained in:
parent
550f41cdba
commit
47afa88763
@ -381,7 +381,8 @@ This is used by `shell-dir-cookie-watcher' to try and use this info
|
||||
to track your current directory. It can be used instead of or in addition
|
||||
to `dirtrack-mode'."
|
||||
:group 'shell
|
||||
:type '(choice (const nil) regexp))
|
||||
:type '(choice (const nil) regexp)
|
||||
:version "24.1")
|
||||
|
||||
(defun shell-parse-pcomplete-arguments ()
|
||||
"Parse whitespace separated arguments in the current region."
|
||||
|
Loading…
Reference in New Issue
Block a user