[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107326: * lisp/saveplace.el (save-pl
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107326: * lisp/saveplace.el (save-place-ignore-files-regexp): Add :version. |
Date: |
Sat, 18 Feb 2012 11:04:28 -0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107326
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-02-18 11:04:28 -0800
message:
* lisp/saveplace.el (save-place-ignore-files-regexp): Add :version.
(ps feature freeze anyone?)
modified:
lisp/ChangeLog
lisp/saveplace.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-02-18 11:36:54 +0000
+++ b/lisp/ChangeLog 2012-02-18 19:04:28 +0000
@@ -1,3 +1,7 @@
+2012-02-18 Glenn Morris <address@hidden>
+
+ * saveplace.el (save-place-ignore-files-regexp): Add :version.
+
2012-02-18 Eli Zaretskii <address@hidden>
* international/characters.el (script-list): Sync with the latest
=== modified file 'lisp/saveplace.el'
--- a/lisp/saveplace.el 2012-02-17 20:19:30 +0000
+++ b/lisp/saveplace.el 2012-02-18 19:04:28 +0000
@@ -135,6 +135,7 @@
"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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107326: * lisp/saveplace.el (save-place-ignore-files-regexp): Add :version.,
Glenn Morris <=