]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/saveplace.el (save-place-ignore-files-regexp): Add :version.
authorGlenn Morris <rgm@gnu.org>
Sat, 18 Feb 2012 19:04:28 +0000 (11:04 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 18 Feb 2012 19:04:28 +0000 (11:04 -0800)
(ps feature freeze anyone?)

lisp/ChangeLog
lisp/saveplace.el

index 1980d18d3b49f8c2304cda417d78f392901f7a72..5be521b8ca46ee0248f0c830a98c8704fb7fc6b4 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-18  Glenn Morris  <rgm@gnu.org>
+
+       * saveplace.el (save-place-ignore-files-regexp): Add :version.
+
 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
 
        * international/characters.el (script-list): Sync with the latest
index 5850d2b8d3334360e1fd8133e3b9317545f365f4..9c3ce077b7ae9d088232caa061ed92aad803376f 100644 (file)
@@ -135,6 +135,7 @@ removable and network volumes."
   "Regexp matching files for which no location should be recorded.
 Useful for temporary file such as commit message files that are
 automatically created by the VCS."
+  :version "24.1"
   :type 'regexp :group 'save-place)
 
 (defun toggle-save-place (&optional parg)