diff lisp/ChangeLog @ 105712:3f36e4d4d40c

* simple.el (normal-erase-is-backspace-mode): Use input-decode-map rather than fiddling with global-map bindings, since it should only affect per-terminal settings. See http://bugs.gentoo.org/show_bug.cgi?id=289709.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 22 Oct 2009 19:31:43 +0000
parents 834e4fdbe74a
children f7cff45183ee
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Oct 22 16:14:49 2009 +0000
+++ b/lisp/ChangeLog	Thu Oct 22 19:31:43 2009 +0000
@@ -1,5 +1,10 @@
 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* simple.el (normal-erase-is-backspace-mode): Use input-decode-map
+	rather than fiddling with global-map bindings, since it should only
+	affect per-terminal settings.
+	See http://bugs.gentoo.org/show_bug.cgi?id=289709.
+
 	* minibuffer.el (completion-table-with-terminator): Allow to specify
 	the terminator-regexp.