From a8899b6b3a2a0c3b336f6b793f0032b64348eef4 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 6 May 2013 00:10:31 -0700 Subject: [PATCH] More missing :version tags for defcustoms --- lisp/recentf.el | 1 + lisp/vc/compare-w.el | 1 + 2 files changed, 2 insertions(+) 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) -- 2.39.2