*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-09-03 08:21:22 +00:00
parent a21822f8d1
commit e3b225170d
3 changed files with 11 additions and 0 deletions

View file

@ -2460,6 +2460,8 @@ will not have any effect when support for this variable is removed.
* Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
(Display-related features are described in a page of their own below.)
** Function assq-delete-all replaces function assoc-delete-all.
---
** The new function amimate-string, from lisp/play/animate.el
allows the animated display of strings.

View file

@ -4,6 +4,11 @@
(backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
from doc strings.
2001-09-02 Milan Zamazal <pdm@zamazal.org>
* progmodes/glasses.el (glasses-convert-to-unreadable): Consider
underscores as in `glasses-make-readable'.
2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
* progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for

View file

@ -1,3 +1,7 @@
2001-09-03 Gerd Moellmann <gerd@gnu.org>
* buffer.c (syms_of_buffer) <default-directory>: Doc fix.
2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
* fns.c (Fmd5): Doc fix.