1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00

*** empty log message ***

This commit is contained in:
Dave Love 2000-03-31 11:55:15 +00:00
parent aa110c0c9e
commit 7f9de034e8

View File

@ -1,3 +1,13 @@
2000-03-31 Dave Love <fx@gnu.org>
* textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
and :alpha: char classes.
* mail/supercite.el: Defvar curline when compiling.
(sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
(sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
rather than a-zA-Z0-9 to allow non-ASCII characters.
2000-03-31 Gerd Moellmann <gerd@gnu.org>
* emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.