From: Glenn Morris Date: Mon, 6 May 2013 07:10:31 +0000 (-0700) Subject: More missing :version tags for defcustoms X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~292 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8899b6b3a2a0c3b336f6b793f0032b64348eef4;p=emacs.git More missing :version tags for defcustoms --- diff --git a/lisp/recentf.el b/lisp/recentf.el index a4e4359999f..01a68d9dddd 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -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) diff --git a/lisp/vc/compare-w.el b/lisp/vc/compare-w.el index 3c40f989fb3..ae4fcc99a25 100644 --- a/lisp/vc/compare-w.el +++ b/lisp/vc/compare-w.el @@ -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)