comparison 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
comparison
equal deleted inserted replaced
44914:f728ed5c0d9f 44915:ea21866100eb
106 :group 'recentf 106 :group 'recentf
107 :type '(choice (const :tag "Top Level" nil) 107 :type '(choice (const :tag "Top Level" nil)
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.
113 If nil add it at end of menu (see also `easy-menu-change')." 113 If nil add it at end of menu (see also `easy-menu-change')."
114 :group 'recentf 114 :group 'recentf
115 :type '(choice (string :tag "Name") 115 :type '(choice (string :tag "Name")
116 (const :tag "Last" nil)) 116 (const :tag "Last" nil))