changeset 57993:8e7d8d382255

(recentf-menu-path): Use menu item name.
author David Ponce <david@dponce.com>
date Sat, 06 Nov 2004 18:27:56 +0000
parents 246495a34603
children 07404103ed02
files lisp/recentf.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/recentf.el	Sat Nov 06 18:27:36 2004 +0000
+++ b/lisp/recentf.el	Sat Nov 06 18:27:56 2004 +0000
@@ -98,7 +98,7 @@
   :type 'string
   :set 'recentf-menu-customization-changed)
 
-(defcustom recentf-menu-path '("files")
+(defcustom recentf-menu-path '("File")
   "*Path where to add the recentf menu.
 If nil add it at top level (see also `easy-menu-add-item')."
   :group 'recentf