aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-06-01 06:21:43 +0000
committerKenichi Handa2000-06-01 06:21:43 +0000
commit6389e4ab7b89b10cfbe7d7c69435c4a0c7fd0761 (patch)
tree8287f3b94b50eeba81d6b1f13b0d450befdb9522
parent6e5dfc3178e5fece0ab77247e86c69148003e322 (diff)
downloademacs-6389e4ab7b89b10cfbe7d7c69435c4a0c7fd0761.tar.gz
emacs-6389e4ab7b89b10cfbe7d7c69435c4a0c7fd0761.zip
*** empty log message ***
-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.