Mercurial > emacs
changeset 58809:e08266495ac8
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 07 Dec 2004 00:57:30 +0000 |
parents | 7d719c317dab |
children | 9fcc0f024a83 |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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'
--- 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 <monnier@iro.umontreal.ca>