aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/recentf.el2
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c05d40e4838..53bf235658b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,9 @@
12002-04-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12002-04-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 2
3 * international/mule-cmds.el (read-language-name): Take of 3 * recentf.el (recentf-menu-before): Use string to specify path in
4 the menu.
5
6 * international/mule-cmds.el (read-language-name): Take care of
4 non-list values. 7 non-list values.
5 8
62002-04-27 Richard M. Stallman <rms@gnu.org> 92002-04-27 Richard M. Stallman <rms@gnu.org>
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')."
108 (sexp :tag "Menu Path")) 108 (sexp :tag "Menu Path"))
109 :set 'recentf-menu-customization-changed) 109 :set 'recentf-menu-customization-changed)
110 110
111(defcustom recentf-menu-before "open-file" 111(defcustom recentf-menu-before "Open File..."
112 "*Name of the menu before which the recentf menu will be added. 112 "*Name of the menu before which the recentf menu will be added.
113If nil add it at end of menu (see also `easy-menu-change')." 113If nil add it at end of menu (see also `easy-menu-change')."
114 :group 'recentf 114 :group 'recentf