Mercurial > emacs
changeset 94032:5e04f1ecd913
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 12 Apr 2008 03:16:09 +0000 |
parents | 780a4492dea0 |
children | 03995f64a613 |
files | lisp/recentf.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/recentf.el Sat Apr 12 03:15:55 2008 +0000 +++ b/lisp/recentf.el Sat Apr 12 03:16:09 2008 +0000 @@ -227,15 +227,15 @@ :group 'recentf :type 'boolean) +(define-obsolete-variable-alias 'recentf-menu-append-commands-p + 'recentf-menu-append-commands-flag + "22.1") + (defcustom recentf-menu-append-commands-flag t "Non-nil means to append command items to the menu." :group 'recentf :type 'boolean) -(define-obsolete-variable-alias 'recentf-menu-append-commands-p - 'recentf-menu-append-commands-flag - "22.1") - (defcustom recentf-auto-cleanup 'mode "Define when to automatically cleanup the recent list. The following values can be set: