diff options
| author | Fabián Ezequiel Gallina | 2015-02-07 14:25:47 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2015-02-07 14:25:47 -0300 |
| commit | 86c50b9af1e68ca87bfc9e6d0cdb28ae2e53cc32 (patch) | |
| tree | 4f8317e1230eaebeb602bf60aa3278f0307e0004 /lisp/ChangeLog | |
| parent | d1655783194f7b84ccac7114a2c341f10bc438b0 (diff) | |
| download | emacs-86c50b9af1e68ca87bfc9e6d0cdb28ae2e53cc32.tar.gz emacs-86c50b9af1e68ca87bfc9e6d0cdb28ae2e53cc32.zip | |
* lisp/progmodes/python.el (python-check-custom-command): Do not use
defvar-local for compat with Emacs<24.3.
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 a3abb1a4f1f..a02f9642e55 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/python.el (python-check-custom-command): Do not use | ||
| 4 | defvar-local for compat with Emacs<24.3. | ||
| 5 | |||
| 1 | 2015-02-07 Martin Rudalics <rudalics@gmx.at> | 6 | 2015-02-07 Martin Rudalics <rudalics@gmx.at> |
| 2 | 7 | ||
| 3 | * frame.el (frame-notice-user-settings): Update | 8 | * frame.el (frame-notice-user-settings): Update |