# HG changeset patch # User Glenn Morris # Date 1102381050 0 # Node ID e08266495ac8410e876bf9adb4047a62593021b4 # Parent 7d719c317dabeefe4512982ea6475188b73af87a *** empty log message *** diff -r 7d719c317dab -r e08266495ac8 etc/NEWS --- a/etc/NEWS Tue Dec 07 00:46:08 2004 +0000 +++ b/etc/NEWS Tue Dec 07 00:57:30 2004 +0000 @@ -1481,9 +1481,9 @@ --- ** 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' diff -r 7d719c317dab -r e08266495ac8 lisp/ChangeLog --- a/lisp/ChangeLog Tue Dec 07 00:46:08 2004 +0000 +++ b/lisp/ChangeLog Tue Dec 07 00:57:30 2004 +0000 @@ -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