]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-cursor-to-date): Rename starred-day to calendar-starred-day.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 04:32:32 +0000 (04:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 04:32:32 +0000 (04:32 +0000)
lisp/calendar/calendar.el

index 37069fa0a0058cf7da8414dd63480d7ffa68e4a5..18e9dbee947037a3823f6a6b5f0682913c8dfb8e 100644 (file)
@@ -1987,7 +1987,7 @@ ERROR is t, otherwise just returns nil."
           (save-excursion
             (re-search-backward "[^*]")
             (if (looking-at ".\\*\\*")
-                (list month starred-day year)
+                (list month calendar-starred-day year)
               (if error (error "Not on a date!"))))
         (if error (error "Not on a date!"))))))