From: Pavel Janík Date: Sun, 28 Apr 2002 12:11:55 +0000 (+0000) Subject: (recentf-menu-before): Use string to specify path in the menu. X-Git-Tag: ttn-vms-21-2-B4~15357 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b03a2115d36805d7b73cd63f3cbffd43ded1b702;p=emacs.git (recentf-menu-before): Use string to specify path in the menu. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c05d40e4838..53bf235658b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,9 @@ 2002-04-28 Pavel Jan,Bm(Bk - * international/mule-cmds.el (read-language-name): Take of + * recentf.el (recentf-menu-before): Use string to specify path in + the menu. + + * international/mule-cmds.el (read-language-name): Take care of non-list values. 2002-04-27 Richard M. Stallman diff --git a/lisp/recentf.el b/lisp/recentf.el index 44e41454741..239bd93ebf9 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -108,7 +108,7 @@ If nil add it at top level (see also `easy-menu-change')." (sexp :tag "Menu Path")) :set 'recentf-menu-customization-changed) -(defcustom recentf-menu-before "open-file" +(defcustom recentf-menu-before "Open File..." "*Name of the menu before which the recentf menu will be added. If nil add it at end of menu (see also `easy-menu-change')." :group 'recentf