aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-25 14:02:28 +0000
committerGerd Moellmann2001-07-25 14:02:28 +0000
commit3fb01f36c5c20ac9e939b3ec59bbef8f91d56fce (patch)
tree8e4f18b6d1a195962aa06810c5b686458c38a9f6 /lisp/ChangeLog
parente743f5996ee90cd779c0cd76645e0f599b2281ef (diff)
downloademacs-3fb01f36c5c20ac9e939b3ec59bbef8f91d56fce.tar.gz
emacs-3fb01f36c5c20ac9e939b3ec59bbef8f91d56fce.zip
(isearch-other-meta-char): Don't modify mode-line and
similar events for which fake prefix keys are generated. It's no longer necessary since read_key_sequence doesn't modify these events for internal purposes anymore.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e4d1252c44e..ccf7ab71d0b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12001-07-25 Gerd Moellmann <gerd@gnu.org> 12001-07-25 Gerd Moellmann <gerd@gnu.org>
2 2
3 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
4 similar events for which fake prefix keys are generated. It's no
5 longer necessary since read_key_sequence doesn't modify these
6 events for internal purposes anymore.
7
3 * files.el (auto-mode-alist): Use nroff-mode for files ending 8 * files.el (auto-mode-alist): Use nroff-mode for files ending
4 in `.9'. From Assar Westerlund <assar@stacken.kth.se>. 9 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
5 10