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/calendar.el


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

Index: emacs/lisp/calendar/calendar.el
diff -c emacs/lisp/calendar/calendar.el:1.158 
emacs/lisp/calendar/calendar.el:1.159
*** emacs/lisp/calendar/calendar.el:1.158       Wed Sep 22 23:21:18 2004
--- emacs/lisp/calendar/calendar.el     Mon Oct  4 23:46:42 2004
***************
*** 1769,1774 ****
--- 1769,1778 ----
    "Move cursor to ISO date."
    t)
  
+ (autoload 'calendar-goto-iso-week "cal-iso"
+   "Move cursor to start of ISO week."
+   t)
+ 
  (autoload 'calendar-print-iso-date "cal-iso"
    "Show the ISO date equivalents of date."
    t)
***************
*** 2204,2209 ****
--- 2208,2214 ----
    (define-key calendar-mode-map "ge"  'calendar-goto-ethiopic-date)
    (define-key calendar-mode-map "gp"  'calendar-goto-persian-date)
    (define-key calendar-mode-map "gc"  'calendar-goto-iso-date)
+   (define-key calendar-mode-map "gw"  'calendar-goto-iso-week)
    (define-key calendar-mode-map "gf"  'calendar-goto-french-date)
    (define-key calendar-mode-map "gml"  'calendar-goto-mayan-long-count-date)
    (define-key calendar-mode-map "gmpc" 'calendar-previous-calendar-round-date)




reply via email to

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