]> git.eshelyaron.com Git - emacs.git/commitdiff
Add separators to Holidays menu.
authorEdward M. Reingold <reingold@emr.cs.iit.edu>
Tue, 12 May 1998 15:32:50 +0000 (15:32 +0000)
committerEdward M. Reingold <reingold@emr.cs.iit.edu>
Tue, 12 May 1998 15:32:50 +0000 (15:32 +0000)
lisp/calendar/cal-menu.el

index 5a0e216370202528dea57c6f118f5e1dd5bb6b60..559fac85e70d25c1bceabdc289da76e015c5049b 100644 (file)
                                    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))