unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Buglet in last diary change
@ 2002-11-17 20:10 Kai Großjohann
  2002-11-17 21:07 ` Alan Shutko
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Kai Großjohann @ 2002-11-17 20:10 UTC (permalink / raw)


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)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-11-19  7:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-17 20:10 Buglet in last diary change Kai Großjohann
2002-11-17 21:07 ` Alan Shutko
2002-11-17 21:12   ` Alan Shutko
2002-11-18  6:52   ` Kai Großjohann
2002-11-17 21:32 ` Alan Shutko
2002-11-18 13:08   ` Kai Großjohann
2002-11-18 19:09 ` Richard Stallman
2002-11-19  7:42   ` Kai Großjohann

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).