emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112470: More missing :version tags f


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112470: More missing :version tags for defcustoms
Date: Mon, 06 May 2013 00:10:31 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112470
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2013-05-06 00:10:31 -0700
message:
  More missing :version tags for defcustoms
modified:
  lisp/recentf.el
  lisp/vc/compare-w.el
=== modified file 'lisp/recentf.el'
--- a/lisp/recentf.el   2013-03-11 20:37:00 +0000
+++ b/lisp/recentf.el   2013-05-06 07:10:31 +0000
@@ -72,6 +72,7 @@
 (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)

=== modified file 'lisp/vc/compare-w.el'
--- a/lisp/vc/compare-w.el      2013-05-05 14:10:51 +0000
+++ b/lisp/vc/compare-w.el      2013-05-06 07:10:31 +0000
@@ -49,6 +49,7 @@
 
 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)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]