]> git.eshelyaron.com Git - emacs.git/commitdiff
More missing :version tags for defcustoms
authorGlenn Morris <rgm@gnu.org>
Mon, 6 May 2013 07:10:31 +0000 (00:10 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 6 May 2013 07:10:31 +0000 (00:10 -0700)
lisp/recentf.el
lisp/vc/compare-w.el

index a4e4359999f515eeee1a3f6284568350604bd163..01a68d9dddd7944f130e8458aa78bc7aff6a282a 100644 (file)
@@ -72,6 +72,7 @@ See the command `recentf-save-list'."
 (defcustom recentf-save-file (locate-user-emacs-file "recentf" ".recentf")
   "File to save the recent list into."
   :group 'recentf
+  :version "24.4"
   :type 'file
   :initialize 'custom-initialize-default
   :set (lambda (symbol value)
index 3c40f989fb39a73efcba944f028b36f87d37bc86..ae4fcc99a2500a6bb9743bb8cca411bf7208de2c 100644 (file)
@@ -49,6 +49,7 @@ any text before that point.
 
 If the function returns the same value for both windows, then the
 whitespace is considered to match, and is skipped."
+  :version "24.4"                      ; added \240
   :type '(choice regexp function)
   :group 'compare-windows)