]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix menu for Chinese calendar.
authorEdward M. Reingold <reingold@emr.cs.iit.edu>
Tue, 24 Oct 1995 15:50:05 +0000 (15:50 +0000)
committerEdward M. Reingold <reingold@emr.cs.iit.edu>
Tue, 24 Oct 1995 15:50:05 +0000 (15:50 +0000)
lisp/calendar/cal-menu.el

index 4b00d3e9bd397f204cbc4cc8aaefcda3b90fb281..80bda84bae4343c56fc2e127f63df9ae8a06cb85 100644 (file)
@@ -396,12 +396,11 @@ The output is in landscape format, one month to a page."
             (let ((i (calendar-islamic-date-string date)))
               (if (not (string-equal i ""))
                   (list (list (format "Islamic date (before sunset): %s" i)))))
-;      too slow to leave this in all the time!
-;       (list
-;        (list (format "Chinese date: %s" (calendar-chinese-date-string date))))
-;       so instead,
-            (list '("Chinese date (select to echo Chinese date)"
-                    . calendar-mouse-chinese-date))
+            (list
+             (list (format "Chinese date: %s"
+                           (calendar-chinese-date-string date))))
+;            (list '("Chinese date (select to echo Chinese date)"
+;                    . calendar-mouse-chinese-date))
             (let ((c (calendar-coptic-date-string date)))
               (if (not (string-equal c ""))
                   (list (list (format "Coptic date: %s" c)))))