diff lisp/textmodes/table.el @ 62578:ebbe0a507fe4

(table-disable-menu): Add separator as a string so that tmm doesn't create a completion entry for it.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 21 May 2005 11:37:08 +0000
parents c905fcf5e3d9
children 6f4701bb40a7 5b029ff3b08d
line wrap: on
line diff
--- a/lisp/textmodes/table.el	Sat May 21 11:35:56 2005 +0000
+++ b/lisp/textmodes/table.el	Sat May 21 11:37:08 2005 +0000
@@ -1272,7 +1272,7 @@
   (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)))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;