aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorNicolas Richard2014-04-01 23:51:59 -0700
committerGlenn Morris2014-04-01 23:51:59 -0700
commit6116a72722a51dbcdf2dd467e35683a386aa5f60 (patch)
treea6f6155211a242e827d354681f7e382c953b123a /lisp/ChangeLog
parent8ec45bab98ad308c630801146eb85488800a4246 (diff)
downloademacs-6116a72722a51dbcdf2dd467e35683a386aa5f60.tar.gz
emacs-6116a72722a51dbcdf2dd467e35683a386aa5f60.zip
Fix for command-execute handling of disabled commands
* lisp/simple.el (command-execute): Do not execute the command when it is disabled; fixes thinko in 2013-02-20 conversion from C. Fixes: debbugs:17151
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 381aeda8cb4..9d474f3f27f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2
3 * simple.el (command-execute): Do not execute the command when it
4 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
5
12014-03-29 Juri Linkov <juri@jurta.org> 62014-03-29 Juri Linkov <juri@jurta.org>
2 7
3 * dired-aux.el (dired-compress-file): Don't use string-match-p 8 * dired-aux.el (dired-compress-file): Don't use string-match-p