From: Edward M. Reingold Date: Tue, 12 May 1998 15:32:50 +0000 (+0000) Subject: Add separators to Holidays menu. X-Git-Tag: emacs-20.3~1041 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b67c85e9a3efb8eb8d126299e38d5c4f7d583596;p=emacs.git Add separators to Holidays menu. --- diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 5a0e2163702..559fac85e70 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el @@ -193,8 +193,11 @@ t) l))) (setq l (cons ["Mark Holidays" mark-calendar-holidays t] - (cons ["Unmark Calendar" calendar-unmark t] l))) + (cons ["Unmark Calendar" calendar-unmark t] + (cons ["--" '("--") separator-1] l)))) (easy-menu-change nil "Holidays" (nreverse l)) + (define-key calendar-mode-map [menu-bar Holidays separator-2] + '("--")) (define-key calendar-mode-map [menu-bar Holidays today] `(,(format "For Today (%s)" (calendar-date-string (calendar-current-date) t t))