summaryrefslogtreecommitdiff
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2011-10-01 18:05:36 -0400
committerChong Yidong <cyd@stupidchicken.com>2011-10-01 18:05:36 -0400
commit3b3954409273f62a32dd54f9ce088147bb08e2f6 (patch)
tree77f814fc41f6b7fe956316f27f4520503d132a52 /lisp/shell.el
parentd3711a96a4a607212549eb71028033ae88b6554e (diff)
downloademacs-3b3954409273f62a32dd54f9ce088147bb08e2f6.tar.gz
Add :version tag to shell-dir-cookie-re.
Diffstat (limited to 'lisp/shell.el')
-rw-r--r--lisp/shell.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 96c0d27372e..cefe42bb3ec 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -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."