comparison 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
comparison
equal deleted inserted replaced
105711:834e4fdbe74a 105712:3f36e4d4d40c
1 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4 rather than fiddling with global-map bindings, since it should only
5 affect per-terminal settings.
6 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
2 7
3 * minibuffer.el (completion-table-with-terminator): Allow to specify 8 * minibuffer.el (completion-table-with-terminator): Allow to specify
4 the terminator-regexp. 9 the terminator-regexp.
5 10
6 * simple.el (switch-to-completions): Look for *Completions* in other 11 * simple.el (switch-to-completions): Look for *Completions* in other