aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/recentf.el
diff options
context:
space:
mode:
authorGlenn Morris2008-04-12 03:17:19 +0000
committerGlenn Morris2008-04-12 03:17:19 +0000
commitcd6ef82d85dcd34f98b2ae6cec97b495f9a4e8ca (patch)
treed7cef036c6b82dcaed2f123dbf0e6c64daa7d1bf /lisp/recentf.el
parentf8754ca2dea51bbcddb30dedc4c4d1e6383fa0c1 (diff)
downloademacs-cd6ef82d85dcd34f98b2ae6cec97b495f9a4e8ca.tar.gz
emacs-cd6ef82d85dcd34f98b2ae6cec97b495f9a4e8ca.zip
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.
Diffstat (limited to 'lisp/recentf.el')
-rw-r--r--lisp/recentf.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/recentf.el b/lisp/recentf.el
index d1723969b3c..8324d3ade67 100644
--- a/lisp/recentf.el
+++ b/lisp/recentf.el
@@ -227,15 +227,15 @@ This item will replace the \"More...\" item."
227 :group 'recentf 227 :group 'recentf
228 :type 'boolean) 228 :type 'boolean)
229 229
230(define-obsolete-variable-alias 'recentf-menu-append-commands-p
231 'recentf-menu-append-commands-flag
232 "22.1")
233
230(defcustom recentf-menu-append-commands-flag t 234(defcustom recentf-menu-append-commands-flag t
231 "Non-nil means to append command items to the menu." 235 "Non-nil means to append command items to the menu."
232 :group 'recentf 236 :group 'recentf
233 :type 'boolean) 237 :type 'boolean)
234 238
235(define-obsolete-variable-alias 'recentf-menu-append-commands-p
236 'recentf-menu-append-commands-flag
237 "22.1")
238
239(defcustom recentf-auto-cleanup 'mode 239(defcustom recentf-auto-cleanup 'mode
240 "Define when to automatically cleanup the recent list. 240 "Define when to automatically cleanup the recent list.
241The following values can be set: 241The following values can be set: