aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2011-01-10 21:28:48 -0500
committerStefan Monnier2011-01-10 21:28:48 -0500
commit9ca3fe48ff046163b11b98f95c4459bae351cf66 (patch)
tree70ca8fd0c745389809d6fcc848896739cf7e7e16 /lisp/ChangeLog
parentcfab9f9bd7e5ab73427cb2afc11d0defeb3b8588 (diff)
downloademacs-9ca3fe48ff046163b11b98f95c4459bae351cf66.tar.gz
emacs-9ca3fe48ff046163b11b98f95c4459bae351cf66.zip
* tmm.el (tmm-get-keymap): Skip bindings without labels.
(tmm-prompt): Simplify. (tmm-add-prompt): Remove unused var `win'. Fixes: debbugs:7721
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4553b6ed28c..22c92d3691f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12011-01-11 Stefan Monnier <monnier@iro.umontreal.ca> 12011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
4 (tmm-prompt): Simplify.
5 (tmm-add-prompt): Remove unused var `win'.
6
3 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810) 7 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
4 to minor mode which used nil accidentally to mean "turn off". 8 to minor mode which used nil accidentally to mean "turn off".
5 9