aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorSam Steingold2014-06-02 15:02:31 -0400
committerSam Steingold2014-06-02 15:02:31 -0400
commitcf3c1e2344f8ce18a8bfcab3396a28887c9764aa (patch)
treeeaf8aab6fe5c121b2a115cb5e79c88d77f3672a9 /lisp/ChangeLog
parent2589f32c612bee1ad1a63d33f22b4781c64a23f1 (diff)
downloademacs-cf3c1e2344f8ce18a8bfcab3396a28887c9764aa.tar.gz
emacs-cf3c1e2344f8ce18a8bfcab3396a28887c9764aa.zip
Avoid the type error on f10 when lookup-key returns an number.
* lisp/menu-bar.el (lookup-key-ignore-too-long): Extract from... (popup-menu): ...here. (menu-bar-open): Use it to avoid an error when `lookup-key' returns a number.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d6216918843..9e1ccce988d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12014-06-02 Sam Steingold <sds@gnu.org>
2
3 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
4 (popup-menu): ...here.
5 (menu-bar-open): Use it to avoid an error when `lookup-key'
6 returns a number.
7
12014-06-02 Michael Albinus <michael.albinus@gmx.de> 82014-06-02 Michael Albinus <michael.albinus@gmx.de>
2 9
3 * net/tramp.el (tramp-call-process): Add traces. 10 * net/tramp.el (tramp-call-process): Add traces.