1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00

*** empty log message ***

This commit is contained in:
Dave Love 2002-10-06 21:18:39 +00:00
parent c603ec3b19
commit 3d775be9bf
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2002-10-06 Dave Love <fx@gnu.org>
* quail/indian.el (quail-indian-preceding-char-position)
(quail-indian-update-translation, quail-define-inscript-package):
Use characterp, not char-valid-p.
2002-07-30 Dave Love <fx@gnu.org>
* quail/welsh.el ("welsh"): Doc fix.

View File

@ -1,5 +1,7 @@
2002-10-06 Dave Love <fx@gnu.org>
* charset.c (define_charset_internal): Rename `supprementary'.
* Makefile.in (lisp, shortlisp): Remove latin-N.
2002-10-05 Dave Love <fx@gnu.org>