emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Buglet in last diary change


From: Richard Stallman
Subject: Re: Buglet in last diary change
Date: Mon, 18 Nov 2002 14:09:25 -0500

Your fix is probably right; please install it.  I think it is not
needed for the standard value of calendar-date-display-form, but
legitimate alternative values can use `month'.


Envelope-to: address@hidden
Delivery-date: Sun, 17 Nov 2002 15:41:46 -0500
To: address@hidden
X-Injected-Via-Gmane: http://gmane.org/
From: address@hidden (Kai =?iso-8859-1?q?Gro=DFjohann?=)
Subject: Buglet in last diary change
Organization: University of Dortmund, Germany
Cancel-Lock: sha1:NHvURS82NQER7XguntWou9aFACQ=
Sender: address@hidden
Date: Sun, 17 Nov 2002 21:10:04 +0100

Without the following change, invoking diary produces a void-variable
error.  However, I guess that this change is wrong.  Does anyone know
what's the right change?

Index: lisp/calendar/diary-lib.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calendar/diary-lib.el,v
retrieving revision 1.60
diff -u -r1.60 diary-lib.el
--- lisp/calendar/diary-lib.el  16 Nov 2002 19:17:20 -0000      1.60
+++ lisp/calendar/diary-lib.el  17 Nov 2002 20:07:33 -0000
@@ -1614,6 +1614,7 @@
                    (diary-name-pattern calendar-month-name-array t)
                    "\\)"))
           (day "[0-9]+")
+           (month "[0-9]+")
           (year "-?[0-9]+"))
        (mapconcat 'eval calendar-date-display-form ""))
      "\\(\\(: .*\\)\\|\\(\n +.*\\)\\)*\n=+$")


kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)




_______________________________________________
Emacs-devel mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/emacs-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]