From: Eli Zaretskii Date: Sat, 21 May 2005 11:35:56 +0000 (+0000) Subject: (cal-menu-update): Add separator as a string so that tmm doesn't create X-Git-Tag: ttn-vms-21-2-B4~102 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9110ca1185c7d9dd8c621a07c341f79453e9d638;p=emacs.git (cal-menu-update): Add separator as a string so that tmm doesn't create a completion entry for it. --- diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 408de3826d4..6ace81fcb0e 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el @@ -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]