comparison lisp/ChangeLog @ 29357:5c1ee256ef48

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 01 Jun 2000 06:21:43 +0000
parents 1279f60766bf
children 90bf709a2d1c
comparison
equal deleted inserted replaced
29356:1279f60766bf 29357:5c1ee256ef48
1 2000-06-01 Kenichi Handa <handa@etl.go.jp> 1 2000-06-01 Kenichi Handa <handa@etl.go.jp>
2 2
3 * isearch.el (isearch-update): Set disable-point-adjustment to t 3 * isearch.el (isearch-update): Set disable-point-adjustment to t
4 to prevent the point moved to the end of a composition when a part 4 to prevent the point moving to the end of a composition when a
5 of a composition is searched. 5 part of a composition is searched.
6 (isearch-other-meta-char): If the key invoking this command can be 6 (isearch-other-meta-char): If the key invoking this command can be
7 mapped by function-key-map to a printing char, call 7 mapped by function-key-map to a printing char, call
8 isearch-process-search-char directly. 8 isearch-process-search-char directly.
9 9
10 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> 10 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>