diff options
Diffstat (limited to 'lisp/recentf.el')
| -rw-r--r-- | lisp/recentf.el | 8 |
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. |
| 241 | The following values can be set: | 241 | The following values can be set: |