Fix menu separators.
This commit is contained in:
parent
fcd61c5693
commit
4cb546524d
1 changed files with 2 additions and 2 deletions
|
@ -194,9 +194,9 @@
|
|||
l)))
|
||||
(setq l (cons ["Mark Holidays" mark-calendar-holidays t]
|
||||
(cons ["Unmark Calendar" calendar-unmark t]
|
||||
(cons ["--" '("--") separator-1] l))))
|
||||
(cons ["--" '("--") t] 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 separator]
|
||||
'("--"))
|
||||
(define-key calendar-mode-map [menu-bar Holidays today]
|
||||
`(,(format "For Today (%s)"
|
||||
|
|
Loading…
Add table
Reference in a new issue