aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong2011-10-01 18:05:36 -0400
committerChong Yidong2011-10-01 18:05:36 -0400
commit47afa88763503f57233223163d14522fe9986f4c (patch)
tree5f9a30610cfda8588ba13f11dbc8ad783ffa8e3d /lisp
parent550f41cdba7ebc49996d8fd17eacff86a2456f35 (diff)
downloademacs-47afa88763503f57233223163d14522fe9986f4c.tar.gz
emacs-47afa88763503f57233223163d14522fe9986f4c.zip
Add :version tag to shell-dir-cookie-re.
Diffstat (limited to 'lisp')
-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
381to track your current directory. It can be used instead of or in addition 381to track your current directory. It can be used instead of or in addition
382to `dirtrack-mode'." 382to `dirtrack-mode'."
383 :group 'shell 383 :group 'shell
384 :type '(choice (const nil) regexp)) 384 :type '(choice (const nil) regexp)
385 :version "24.1")
385 386
386(defun shell-parse-pcomplete-arguments () 387(defun shell-parse-pcomplete-arguments ()
387 "Parse whitespace separated arguments in the current region." 388 "Parse whitespace separated arguments in the current region."