mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(recentf-menu-before): Use string to specify path in the menu.
This commit is contained in:
parent
8ba148c706
commit
b03a2115d3
2 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
|||
2002-04-28 Pavel Jan,Bm(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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue