summaryrefslogtreecommitdiff
path: root/lisp/calendar
diff options
context:
space:
mode:
authorEdward M. Reingold <reingold@emr.cs.iit.edu>1998-05-12 15:32:50 +0000
committerEdward M. Reingold <reingold@emr.cs.iit.edu>1998-05-12 15:32:50 +0000
commitb67c85e9a3efb8eb8d126299e38d5c4f7d583596 (patch)
tree22af7e3bd29fe720059508d0070bec3fcaf07aa4 /lisp/calendar
parentf8cac35aaeabbb69cb9de088f8ed1f80378c6f94 (diff)
downloademacs-b67c85e9a3efb8eb8d126299e38d5c4f7d583596.tar.gz
Add separators to Holidays menu.
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/cal-menu.el5
1 files changed, 4 insertions, 1 deletions
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))