From: Eli Zaretskii Date: Sat, 21 May 2005 11:38:21 +0000 (+0000) Subject: (table-disable-menu): Add separator as a string so that tmm doesn't create X-Git-Tag: ttn-vms-21-2-B4~101 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e50f7e0d1258a2dd60fb5e1a60a71cf016b6c96;p=emacs.git (table-disable-menu): Add separator as a string so that tmm doesn't create a completion entry for it. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 805402db2a6..b71c3a1d3f2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2005-05-21 Matt Hodges + + * 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 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents. diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 118ca3bb3fa..430a196166f 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el @@ -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))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;