aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorIvan Andrus2014-11-01 12:33:02 -0600
committerIvan Andrus2014-11-14 13:54:10 -0700
commitf20a19df87444d1977f63dd5b3fc42f4f2d50aa2 (patch)
tree602dc3e4e4dd1f6a3da21352c3b133d83c074791 /lisp/ChangeLog
parenta6a43d654a5f2a139c69f75f6d46383bf58b3a77 (diff)
downloademacs-f20a19df87444d1977f63dd5b3fc42f4f2d50aa2.tar.gz
emacs-f20a19df87444d1977f63dd5b3fc42f4f2d50aa2.zip
Use derived-mode-p in python.el instead of equality test on major-mode
* progmodes/python.el (python-shell-font-lock-kill-buffer): (python-shell-font-lock-with-font-lock-buffer) (python-shell-get-buffer, python-ffap-module-path): Use `derived-mode-p' instead of equality test on `major-mode'.
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 c3b879ab5c5..e2e535279c0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12014-11-14 Ivan Andrus <darthandrus@gmail.com>
2
3 * progmodes/python.el (python-shell-font-lock-kill-buffer):
4 (python-shell-font-lock-with-font-lock-buffer)
5 (python-shell-get-buffer, python-ffap-module-path): Use
6 `derived-mode-p' instead of equality test on `major-mode'.
7
12014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org> 82014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
2 9
3 * progmodes/python.el (python-shell-virtualenv-root): Rename from 10 * progmodes/python.el (python-shell-virtualenv-root): Rename from