From d68cd0870562e11ac3d16e3176af22d4785ecea6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 16 Feb 2012 00:21:30 -0800 Subject: [PATCH] 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. --- lisp/ChangeLog | 5 +++++ lisp/calendar/cal-hebrew.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bdbe99d5452..2e16e59c2d5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-02-16 Glenn Morris + + * 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 * shell.el (shell-delimiter-argument-list): diff --git a/lisp/calendar/cal-hebrew.el b/lisp/calendar/cal-hebrew.el index cb738675cc4..9db77d7bd87 100644 --- a/lisp/calendar/cal-hebrew.el +++ b/lisp/calendar/cal-hebrew.el @@ -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): " -- 2.39.2