aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ec618784dfd..2a7c8d0f20b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,8 @@
12000-06-01 Kenichi Handa <handa@etl.go.jp> 12000-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.