emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/cal-menu.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/cal-menu.el [lexbind]
Date: Mon, 25 Oct 2004 00:45:21 -0400

Index: emacs/lisp/calendar/cal-menu.el
diff -c emacs/lisp/calendar/cal-menu.el:1.49.2.2 
emacs/lisp/calendar/cal-menu.el:1.49.2.3
*** emacs/lisp/calendar/cal-menu.el:1.49.2.2    Tue May 11 02:27:01 2004
--- emacs/lisp/calendar/cal-menu.el     Mon Oct 25 04:19:45 2004
***************
*** 1,9 ****
  ;;; cal-menu.el --- calendar functions for menu bar and popup menu support
  
! ;; Copyright (C) 1994, 1995, 2001, 2003 Free Software Foundation, Inc.
  
  ;; Author: Edward M. Reingold <address@hidden>
  ;;    Lara Rios <address@hidden>
  ;; Keywords: calendar
  ;; Human-Keywords: calendar, popup menus, menu bar
  
--- 1,10 ----
  ;;; cal-menu.el --- calendar functions for menu bar and popup menu support
  
! ;; Copyright (C) 1994, 1995, 2001, 2003, 2004 Free Software Foundation, Inc.
  
  ;; Author: Edward M. Reingold <address@hidden>
  ;;    Lara Rios <address@hidden>
+ ;; Maintainer: Glenn Morris <address@hidden>
  ;; Keywords: calendar
  ;; Human-Keywords: calendar, popup menus, menu bar
  
***************
*** 121,126 ****
--- 122,129 ----
    '("Astronomical Date" . calendar-goto-astro-day-number))
  (define-key calendar-mode-map [menu-bar goto iso]
    '("ISO Date" . calendar-goto-iso-date))
+ (define-key calendar-mode-map [menu-bar goto iso-week]
+   '("ISO Week" . calendar-goto-iso-week))
  (define-key calendar-mode-map [menu-bar goto day-of-year]
    '("Day of Year" . calendar-goto-day-of-year))
  (define-key calendar-mode-map [menu-bar goto gregorian]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]