]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix use of noday option for calendar-read-date.
authorEdward M. Reingold <reingold@emr.cs.iit.edu>
Sun, 30 Oct 1994 00:26:39 +0000 (00:26 +0000)
committerEdward M. Reingold <reingold@emr.cs.iit.edu>
Sun, 30 Oct 1994 00:26:39 +0000 (00:26 +0000)
lisp/calendar/lunar.el

index 715d5012ee1230e3901123f3040b43efab7469ec..3167135d445f1ac471e271d2b6e58294a9ca77f4 100644 (file)
@@ -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))