]> git.eshelyaron.com Git - emacs.git/commitdiff
calendar-hebrew-list-yahrzeits tweak
authorGlenn Morris <rgm@gnu.org>
Thu, 16 Feb 2012 08:21:30 +0000 (00:21 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 16 Feb 2012 08:21:30 +0000 (00:21 -0800)
* lisp/calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
Interactively in calendar buffer, give an error if not on a date.

lisp/ChangeLog
lisp/calendar/cal-hebrew.el

index bdbe99d545248d8ecbb1fa013b03ca59d50f7edd..2e16e59c2d5c4c202492f0039ffd12b71c9af033 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-16  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <rgm@gnu.org>
 
        * shell.el (shell-delimiter-argument-list):
index cb738675cc4ea1bf3668610006fed5f83405eec3..9db77d7bd8798935688d999a9fd07bd0abdcdd25 100644 (file)
@@ -731,7 +731,7 @@ from the cursor position."
   (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): "