1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00

*** empty log message ***

This commit is contained in:
Colin Walters 2002-05-21 21:21:37 +00:00
parent 1d83df136e
commit a7c4d9c8a5
2 changed files with 9 additions and 1 deletions

View file

@ -1,4 +1,4 @@
2002-05-18 Colin Walters <walters@gnu.org>
2002-05-21 Colin Walters <walters@gnu.org>
* international/mule.el (make-coding-system): Doc fixes.
@ -7,6 +7,10 @@
(set-auto-coding): Update docs.
(sgml-xml-auto-coding-function): New function.
* international/mule-util.el (store-substring): New optional
argument `ellipsis'. Add commented-out test suite, and change
coding to iso-2022-7bit.
2002-05-21 Colin Walters <walters@verbum.org>
* font-lock.el (font-lock-defaults, font-lock-defaults-alist)

View file

@ -1,3 +1,7 @@
2002-05-21 Colin Walters <walters@gnu.org>
* Makefile.in (shortlisp): Add font-core.el.
2002-05-20 Richard M. Stallman <rms@gnu.org>
* buffer.c (syms_of_buffer) <cursor-type>: Doc fix.