mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(table-disable-menu): Add separator as a string so that tmm doesn't create
a completion entry for it.
This commit is contained in:
parent
9110ca1185
commit
6e50f7e0d1
@ -1,3 +1,10 @@
|
||||
2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
|
||||
|
||||
* calendar/cal-menu.el (cal-menu-update): Add separator as a
|
||||
string so that tmm doesn't create a completion entry for it.
|
||||
|
||||
* textmodes/table.el (table-disable-menu): Ditto.
|
||||
|
||||
2005-05-21 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
|
||||
|
@ -1272,7 +1272,7 @@ This is always set to nil at the entry to `table-with-cache-buffer' before execu
|
||||
(if (featurep 'xemacs)
|
||||
(progn
|
||||
(easy-menu-add-item nil '("Tools") table-global-menu-map))
|
||||
(easy-menu-add-item (current-global-map) '("menu-bar" "tools") '("--"))
|
||||
(easy-menu-add-item (current-global-map) '("menu-bar" "tools") "--")
|
||||
(easy-menu-add-item (current-global-map) '("menu-bar" "tools") table-global-menu-map)))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
Loading…
Reference in New Issue
Block a user