aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-16 20:27:08 +0000
committerGerd Moellmann2001-01-16 20:27:08 +0000
commit9d4850e50cf9809dcdd5601899191e99992f8a81 (patch)
treee8229723b5b16431a9d1713ad1edf334a4ea40c3 /lisp/ChangeLog
parentec9f475427b9039837cb9ac7ad6faff59de86a86 (diff)
downloademacs-9d4850e50cf9809dcdd5601899191e99992f8a81.tar.gz
emacs-9d4850e50cf9809dcdd5601899191e99992f8a81.zip
Bind <backspace> and <delete> via function-key-map.
Don't bind <delete> otherwise.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f093634a9dd..b12cb9dd285 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -7,6 +7,12 @@
7 7
82001-01-16 Gerd Moellmann <gerd@gnu.org> 82001-01-16 Gerd Moellmann <gerd@gnu.org>
9 9
10 * bindings.el: Bind <backspace> and <delete> via function-key-map.
11 Don't bind <delete> otherwise.
12
13 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
14 and <delete> via function-key-map.
15
10 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in 16 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11 Subject line only if point is after the `Subject:'. 17 Subject line only if point is after the `Subject:'.
12 18