diff options
| author | Edward M. Reingold | 1998-06-05 18:29:44 +0000 |
|---|---|---|
| committer | Edward M. Reingold | 1998-06-05 18:29:44 +0000 |
| commit | 4cb546524d5e5333502f0f6d1bb0c354ee0388eb (patch) | |
| tree | 00080267563e503d1847319fb3fdccdb6179d903 | |
| parent | fcd61c5693903b9fe26f349ef05ab09e816a888c (diff) | |
| download | emacs-4cb546524d5e5333502f0f6d1bb0c354ee0388eb.tar.gz emacs-4cb546524d5e5333502f0f6d1bb0c354ee0388eb.zip | |
Fix menu separators.
| -rw-r--r-- | lisp/calendar/cal-menu.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 559fac85e70..936996f9b43 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el | |||
| @@ -194,9 +194,9 @@ | |||
| 194 | l))) | 194 | l))) |
| 195 | (setq l (cons ["Mark Holidays" mark-calendar-holidays t] | 195 | (setq l (cons ["Mark Holidays" mark-calendar-holidays t] |
| 196 | (cons ["Unmark Calendar" calendar-unmark t] | 196 | (cons ["Unmark Calendar" calendar-unmark t] |
| 197 | (cons ["--" '("--") separator-1] l)))) | 197 | (cons ["--" '("--") t] l)))) |
| 198 | (easy-menu-change nil "Holidays" (nreverse l)) | 198 | (easy-menu-change nil "Holidays" (nreverse l)) |
| 199 | (define-key calendar-mode-map [menu-bar Holidays separator-2] | 199 | (define-key calendar-mode-map [menu-bar Holidays separator] |
| 200 | '("--")) | 200 | '("--")) |
| 201 | (define-key calendar-mode-map [menu-bar Holidays today] | 201 | (define-key calendar-mode-map [menu-bar Holidays today] |
| 202 | `(,(format "For Today (%s)" | 202 | `(,(format "For Today (%s)" |