diff options
| author | Sam Steingold | 2015-01-27 13:20:57 -0500 |
|---|---|---|
| committer | Sam Steingold | 2015-01-27 13:20:57 -0500 |
| commit | bd7a1e1564d04d7ea9c7f6587ffcf02ef8975512 (patch) | |
| tree | c912f484608e6a75d10373ad30d5b3e5671307e3 /lisp/ChangeLog | |
| parent | c7effd7cacc5505933c32221bb25bea791b589e0 (diff) | |
| download | emacs-bd7a1e1564d04d7ea9c7f6587ffcf02ef8975512.tar.gz emacs-bd7a1e1564d04d7ea9c7f6587ffcf02ef8975512.zip | |
minor tweaks for `python-check'
* lisp/progmodes/python.el (python-check-custom-command): Buffer local
because it usually includes the buffer name.
(python-check-command): Set to epylint when pyflakes is not available.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1eafe3c0e52..80dfeef3750 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-01-27 Sam Steingold <sds@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/python.el (python-check-custom-command): Buffer local | ||
| 4 | because it usually includes the buffer name. | ||
| 5 | (python-check-command): Set to epylint when pyflakes is not available. | ||
| 6 | |||
| 1 | 2015-01-27 Thomas Fitzsimmons <fitzsim@fitzsim.org> | 7 | 2015-01-27 Thomas Fitzsimmons <fitzsim@fitzsim.org> |
| 2 | 8 | ||
| 3 | * net/eudcb-bbdb.el, net/eudcb-ldap.el, net/eudcb-mab.el, | 9 | * net/eudcb-bbdb.el, net/eudcb-ldap.el, net/eudcb-mab.el, |