]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorGlenn Morris <rgm@gnu.org>
Tue, 7 Dec 2004 00:57:30 +0000 (00:57 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 7 Dec 2004 00:57:30 +0000 (00:57 +0000)
etc/NEWS
lisp/ChangeLog

index d6a2943205b56597c495eb21f27043500c34f890..aedd81d5fa7b9e854e57d8634f49d8ad58e544d5 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1481,9 +1481,9 @@ day of that ISO week.
 
 ---
 ** The functions `holiday-easter-etc' and `holiday-advent' now take
-arguments, and only report on the specified holiday rather than all.
-This makes customization of the variable `christian-holidays' simpler,
-but existing customizations may need to be updated.
+optional arguments, in order to only report on the specified holiday
+rather than all. This makes customization of variables such as
+`christian-holidays' simpler.
 
 ** The function `simple-diary-display' now by default sets a header line.
 This can be controlled through the variables `diary-header-line-flag'
index 972f5768dfa2f5d2c9697d16d37b88ca10ada752..9b2b6727d4b851aa61962dc1d0079ac4a3401293 100644 (file)
@@ -3,6 +3,8 @@
        * calendar/holidays.el (holiday-easter-etc): Make arguments
        optional for backwards compatability.  Doc fix.  Remove
        un-necessary local vars mandatory, output-list.
+       (holiday-advent):  Make arguments optional for backwards
+       compatability.  Doc fix.
 
 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>