# HG changeset patch # User Edward M. Reingold # Date 894987170 0 # Node ID 342138eae82d3a28d65e67e2e18d398ec4842060 # Parent 887dbe664b45d5fadab66a079034fe6fa155dffd Add separators to Holidays menu. diff -r 887dbe664b45 -r 342138eae82d lisp/calendar/cal-menu.el --- a/lisp/calendar/cal-menu.el Tue May 12 03:12:08 1998 +0000 +++ b/lisp/calendar/cal-menu.el Tue May 12 15:32:50 1998 +0000 @@ -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))