diff lisp/recentf.el @ 44915:ea21866100eb

(recentf-menu-before): Use string to specify path in the menu.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 28 Apr 2002 12:10:48 +0000
parents 7308bbc423d5
children e1faf9329d7e
line wrap: on
line diff
--- a/lisp/recentf.el	Sun Apr 28 03:29:39 2002 +0000
+++ b/lisp/recentf.el	Sun Apr 28 12:10:48 2002 +0000
@@ -108,7 +108,7 @@
                  (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