Mercurial > emacs
changeset 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 | ffc19ed45d7f |
children | ac78bdf5b4ce |
files | lisp/textmodes/table.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;