diff options
| author | Nicolas Richard | 2014-04-01 23:51:59 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-04-01 23:51:59 -0700 |
| commit | 6116a72722a51dbcdf2dd467e35683a386aa5f60 (patch) | |
| tree | a6f6155211a242e827d354681f7e382c953b123a /lisp/ChangeLog | |
| parent | 8ec45bab98ad308c630801146eb85488800a4246 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-03-29 Juri Linkov <juri@jurta.org> | 6 | 2014-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 |