emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105978: Add :version tag to shell-di


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105978: Add :version tag to shell-dir-cookie-re.
Date: Sat, 01 Oct 2011 18:05:36 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105978
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2011-10-01 18:05:36 -0400
message:
  Add :version tag to shell-dir-cookie-re.
modified:
  lisp/shell.el
=== modified file 'lisp/shell.el'
--- a/lisp/shell.el     2011-09-22 16:15:52 +0000
+++ b/lisp/shell.el     2011-10-01 22:05:36 +0000
@@ -381,7 +381,8 @@
 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."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]