comparison lisp/ChangeLog @ 27815:24bd298ac51a

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 23 Feb 2000 08:04:11 +0000
parents d46def731356
children 8dc35300521c
comparison
equal deleted inserted replaced
27814:f2abbe1d6b47 27815:24bd298ac51a
1 2000-02-23 Kenichi Handa <handa@etl.go.jp> 1 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2
3 * international/encoded-kb.el: Be sure to update minor-mode-alist
4 and minor-mode-map-alist.
5 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
6 codes SS2 and SS3 correctly.
7 (encoded-kbd-self-insert-ccl): New function.
8 (encoded-kbd-setup-keymap): New function.
9 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
10 by calling encoded-kbd-setup-keymap.
2 11
3 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte 12 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
4 characters. 13 characters.
5 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t 14 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
6 locally. 15 locally.