1
0
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:
Chong Yidong 2011-10-01 18:05:36 -04:00
parent 550f41cdba
commit 47afa88763

View File

@ -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."