summaryrefslogtreecommitdiff
path: root/lisp/calendar/lunar.el
diff options
context:
space:
mode:
authorEdward M. Reingold <reingold@emr.cs.iit.edu>1994-10-30 00:26:39 +0000
committerEdward M. Reingold <reingold@emr.cs.iit.edu>1994-10-30 00:26:39 +0000
commitc591adbc4bcb794eb4416d9e45beff0888b0f479 (patch)
tree011bda27d0ee7814f71c56361835a88b76837dd1 /lisp/calendar/lunar.el
parent4f858d0b66e2be8340833904bd4b7974b745316c (diff)
downloademacs-c591adbc4bcb794eb4416d9e45beff0888b0f479.tar.gz
Fix use of noday option for calendar-read-date.
Diffstat (limited to 'lisp/calendar/lunar.el')
-rw-r--r--lisp/calendar/lunar.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/calendar/lunar.el b/lisp/calendar/lunar.el
index 715d5012ee1..3167135d445 100644
--- a/lisp/calendar/lunar.el
+++ b/lisp/calendar/lunar.el
@@ -223,8 +223,7 @@ If called with an optional prefix argument, prompts for month and year.
This function is suitable for execution in a .emacs file."
(interactive "P")
(save-excursion
- (let* ((completion-ignore-case t)
- (date (if arg
+ (let* ((date (if arg
(calendar-read-date t)
(calendar-current-date)))
(displayed-month (extract-calendar-month date))