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


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/cal-menu.el
Date: Mon, 04 Oct 2004 20:02:39 -0400

Index: emacs/lisp/calendar/cal-menu.el
diff -c emacs/lisp/calendar/cal-menu.el:1.54 
emacs/lisp/calendar/cal-menu.el:1.55
*** emacs/lisp/calendar/cal-menu.el:1.54        Sat May  8 12:42:07 2004
--- emacs/lisp/calendar/cal-menu.el     Mon Oct  4 23:45:06 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]