From e23a3fbee48357a5f97bc990c033723156708c13 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 18 Feb 2012 11:04:28 -0800 Subject: [PATCH] * lisp/saveplace.el (save-place-ignore-files-regexp): Add :version. (ps feature freeze anyone?) --- lisp/ChangeLog | 4 ++++ lisp/saveplace.el | 1 + 2 files changed, 5 insertions(+) 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) -- 2.39.2