]> git.eshelyaron.com Git - emacs.git/commitdiff
(table-disable-menu): Add separator as a string so that tmm doesn't create
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 May 2005 11:38:21 +0000 (11:38 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 May 2005 11:38:21 +0000 (11:38 +0000)
a completion entry for it.

lisp/ChangeLog
lisp/textmodes/table.el

index 805402db2a6d1e24b1b4eaff65e8e19bd7c20ced..b71c3a1d3f2eeb66e8a24a63d73e3022cc6a9896 100644 (file)
@@ -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.
index 118ca3bb3faf7e8b2e0a408951de3db551865bba..430a196166ff92067c34e31a48f1e46191380119 100644 (file)
@@ -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)))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;