1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00

(cal-menu-update): Add separator as a string so that tmm doesn't create

a completion entry for it.
This commit is contained in:
Eli Zaretskii 2005-05-21 11:35:56 +00:00
parent a527b75360
commit 9110ca1185

View File

@ -221,7 +221,7 @@ not available."
l)))
(setq l (cons ["Mark Holidays" mark-calendar-holidays t]
(cons ["Unmark Calendar" calendar-unmark t]
(cons ["--" '("--") t] l))))
(cons "--" l))))
(define-key calendar-mode-map [menu-bar Holidays]
(cons "Holidays" (easy-menu-create-menu "Holidays" (nreverse l))))
(define-key calendar-mode-map [menu-bar Holidays separator]