From: Chong Yidong Date: Sat, 1 Oct 2011 22:05:36 +0000 (-0400) Subject: Add :version tag to shell-dir-cookie-re. X-Git-Tag: emacs-pretest-24.0.91~228 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47afa88763503f57233223163d14522fe9986f4c;p=emacs.git Add :version tag to shell-dir-cookie-re. --- 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."