emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107303: calendar-hebrew-list-yahrzei


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107303: calendar-hebrew-list-yahrzeits tweak
Date: Thu, 16 Feb 2012 00:21:30 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107303
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-02-16 00:21:30 -0800
message:
  calendar-hebrew-list-yahrzeits tweak
  
  * lisp/calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
  Interactively in calendar buffer, give an error if not on a date.
modified:
  lisp/ChangeLog
  lisp/calendar/cal-hebrew.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-02-15 13:45:02 +0000
+++ b/lisp/ChangeLog    2012-02-16 08:21:30 +0000
@@ -1,3 +1,8 @@
+2012-02-16  Glenn Morris  <address@hidden>
+
+       * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
+       Interactively in calendar buffer, give an error if not on a date.
+
 2012-02-15  Glenn Morris  <address@hidden>
 
        * shell.el (shell-delimiter-argument-list):

=== modified file 'lisp/calendar/cal-hebrew.el'
--- a/lisp/calendar/cal-hebrew.el       2012-01-19 07:21:25 +0000
+++ b/lisp/calendar/cal-hebrew.el       2012-02-16 08:21:30 +0000
@@ -731,7 +731,7 @@
   (interactive
    (let* ((death-date
            (if (equal (current-buffer) (get-buffer calendar-buffer))
-               (calendar-cursor-to-date)
+               (calendar-cursor-to-date t)
              (let* ((today (calendar-current-date))
                     (year (calendar-read
                            "Year of death (>0): "


reply via email to

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