From: Luc Teirlinck Date: Wed, 5 Nov 2003 05:11:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~8419 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c617790907205649edc900c1ac6b6ec385420cb5;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 4308708830c..933346c0ee2 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1695,6 +1695,12 @@ configuration files. * Lisp Changes in Emacs 21.4 ++++ +** If optional third argument APPEND to `add-to-list' is non-nil, a +new element gets added at the end of the list instead of at the +beginning. This change actually occurred in Emacs-21.1, but was not +documented. + ** Major modes can define `eldoc-print-current-symbol-info-function' locally to provide Eldoc functionality by some method appropriate to the language. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index c960b2b2357..e42481cd3c3 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,21 @@ +2003-11-04 Luc Teirlinck + + * variables.texi (Defining Variables): Second argument to + `defconst' is not optional. + (Setting Variables): Mention optional argument APPEND to + `add-to-list'. + (Creating Buffer-Local): Expand description of + `make-variable-buffer-local'. + (Frame-Local Variables): Expand description of + `make-variable-frame-local'. + (Variable Aliases): Correct description of optional argument + DOCSTRING to `defvaralias'. Mention return value of + `defvaralias'. + (File Local Variables): Add xref to `File variables' in Emacs + Manual. Correct description of `hack-local-variables'. Mention + `safe-local-variable' property. Mention optional second argument + to `risky-local-variable-p'. + 2003-11-03 Luc Teirlinck * symbols.texi (Symbol Plists): Mention return value of `setplist'.