comparison lisp/ChangeLog @ 34326:9ba111c872bc

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 07 Dec 2000 12:02:25 +0000
parents f0d4c79a1d0c
children 47ad90ebbc55
comparison
equal deleted inserted replaced
34325:a65d8c29442a 34326:9ba111c872bc
1 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2
3 * font-lock.el (font-lock-default-fontify-region):
4 Include the terminating \n (off-by-one error).
5 (font-lock-set-defaults): Use dolist.
6
7 * derived.el (define-derived-mode): Don't use combine-run-hooks.
8
1 2000-12-07 Kenichi Handa <handa@etl.go.jp> 9 2000-12-07 Kenichi Handa <handa@etl.go.jp>
2 10
3 * international/mule-cmds.el (describe-language-environment): Fix 11 * international/mule-cmds.el (describe-language-environment): Fix
4 for the case that an input method title is not string but a list. 12 for the case that an input method title is not string but a list.
5 13