]> code.delx.au - gnu-emacs/commit
Fix line numbers on Python shell.
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Tue, 23 Dec 2014 03:45:22 +0000 (00:45 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Tue, 23 Dec 2014 03:45:22 +0000 (00:45 -0300)
commit75e114fa3b0b45a6356ae3fb580e8c928b45c258
treed6b4a36fd3152f851c55ac62bc79f87d2a950f87
parentd0fd23c552225314b7d0754a62fba670e3cfb9a4
Fix line numbers on Python shell.

* lisp/progmodes/python.el (python-shell--save-temp-file): Do not
append coding cookie.
(python-shell-send-string): Generalize for
python-shell-send-region.
(python--use-fake-loc): Delete var.
(python-shell-buffer-substring): Cleanup fake-loc logic.
(python-shell-send-region): Remove fake-loc logic, simplify.
lisp/ChangeLog
lisp/progmodes/python.el