changeset 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 f728ed5c0d9f
children 6c29c1a3119a
files lisp/recentf.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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