]> git.eshelyaron.com Git - emacs.git/commitdiff
(recentf-menu-before): Use string to specify path in the menu.
authorPavel Janík <Pavel@Janik.cz>
Sun, 28 Apr 2002 12:11:55 +0000 (12:11 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 28 Apr 2002 12:11:55 +0000 (12:11 +0000)
lisp/ChangeLog
lisp/recentf.el

index c05d40e4838695c9f6919f4cd76221456d5cf7a2..53bf235658ba444976e82351cde6d485428cfd1b 100644 (file)
@@ -1,6 +1,9 @@
 2002-04-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
-       * 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  <rms@gnu.org>
index 44e414547412cc1ce4939a8b4990d6a081c27b35..239bd93ebf9daadd5133bb607cf346cbb0f32d31 100644 (file)
@@ -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