From: Glenn Morris Date: Sat, 18 Feb 2012 19:04:28 +0000 (-0800) Subject: * lisp/saveplace.el (save-place-ignore-files-regexp): Add :version. X-Git-Tag: emacs-pretest-24.0.94~119 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e23a3fbee48357a5f97bc990c033723156708c13;p=emacs.git * lisp/saveplace.el (save-place-ignore-files-regexp): Add :version. (ps feature freeze anyone?) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1980d18d3b4..5be521b8ca4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-02-18 Glenn Morris + + * saveplace.el (save-place-ignore-files-regexp): Add :version. + 2012-02-18 Eli Zaretskii * international/characters.el (script-list): Sync with the latest diff --git a/lisp/saveplace.el b/lisp/saveplace.el index 5850d2b8d33..9c3ce077b7a 100644 --- a/lisp/saveplace.el +++ b/lisp/saveplace.el @@ -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)