diff options
| author | Glenn Morris | 2004-10-04 23:45:06 +0000 |
|---|---|---|
| committer | Glenn Morris | 2004-10-04 23:45:06 +0000 |
| commit | 6b8927e31c5fc0716133e5e6f164427bd0ec3a22 (patch) | |
| tree | fdd9a46d4d61b4892fc9f700cdd80a3777cc231b /lisp | |
| parent | b76a84cd8644432940235ad5e96482892007a58b (diff) | |
| download | emacs-6b8927e31c5fc0716133e5e6f164427bd0ec3a22.tar.gz emacs-6b8927e31c5fc0716133e5e6f164427bd0ec3a22.zip | |
Update copyright and maintainer.
From Emilio C. Lopes <eclig@gmx.net>:
(calendar-mode-map): Add binding for `calendar-goto-iso-week'.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/calendar/cal-menu.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index a652e7ca768..ceb4c56f7fd 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | ;;; cal-menu.el --- calendar functions for menu bar and popup menu support | 1 | ;;; cal-menu.el --- calendar functions for menu bar and popup menu support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 2001, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 2001, 2003, 2004 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 5 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
| 6 | ;; Lara Rios <lrios@coewl.cen.uiuc.edu> | 6 | ;; Lara Rios <lrios@coewl.cen.uiuc.edu> |
| 7 | ;; Maintainer: Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 7 | ;; Keywords: calendar | 8 | ;; Keywords: calendar |
| 8 | ;; Human-Keywords: calendar, popup menus, menu bar | 9 | ;; Human-Keywords: calendar, popup menus, menu bar |
| 9 | 10 | ||
| @@ -121,6 +122,8 @@ | |||
| 121 | '("Astronomical Date" . calendar-goto-astro-day-number)) | 122 | '("Astronomical Date" . calendar-goto-astro-day-number)) |
| 122 | (define-key calendar-mode-map [menu-bar goto iso] | 123 | (define-key calendar-mode-map [menu-bar goto iso] |
| 123 | '("ISO Date" . calendar-goto-iso-date)) | 124 | '("ISO Date" . calendar-goto-iso-date)) |
| 125 | (define-key calendar-mode-map [menu-bar goto iso-week] | ||
| 126 | '("ISO Week" . calendar-goto-iso-week)) | ||
| 124 | (define-key calendar-mode-map [menu-bar goto day-of-year] | 127 | (define-key calendar-mode-map [menu-bar goto day-of-year] |
| 125 | '("Day of Year" . calendar-goto-day-of-year)) | 128 | '("Day of Year" . calendar-goto-day-of-year)) |
| 126 | (define-key calendar-mode-map [menu-bar goto gregorian] | 129 | (define-key calendar-mode-map [menu-bar goto gregorian] |