Mercurial > emacs
changeset 22036:342138eae82d
Add separators to Holidays menu.
author | Edward M. Reingold <reingold@emr.cs.iit.edu> |
---|---|
date | Tue, 12 May 1998 15:32:50 +0000 |
parents | 887dbe664b45 |
children | cb95bfcd442a |
files | lisp/calendar/cal-menu.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))