From b67c85e9a3efb8eb8d126299e38d5c4f7d583596 Mon Sep 17 00:00:00 2001 From: "Edward M. Reingold" Date: Tue, 12 May 1998 15:32:50 +0000 Subject: [PATCH] Add separators to Holidays menu. --- lisp/calendar/cal-menu.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)) -- 2.39.2