Remove some unnecessary bindings of same-window-* variables.
authorChong Yidong <cyd@gnu.org>
Fri, 10 Aug 2012 16:46:07 +0000 (00:46 +0800)
committerChong Yidong <cyd@gnu.org>
Fri, 10 Aug 2012 16:46:07 +0000 (00:46 +0800)
commit1530c98e56d331a21ba7ef2c940d1441442ac798
tree5503314233c9961630b0198516a2b9516d8027f8
parente1293765d95660fc7f2cf0fcb28026d1efa592df
Remove some unnecessary bindings of same-window-* variables.

* lisp/progmodes/python.el (python-shell-get-process-name): Don't mess
with same-window-buffer-names.

* lisp/eshell/eshell.el (eshell-add-to-window-buffer-names)
(eshell-remove-from-window-buffer-names): Make obsolete.
(eshell-buffer-name, eshell-unload-hook): Don't use them.
(eshell): Just use pop-to-buffer-same-window instead.
lisp/ChangeLog
lisp/eshell/eshell.el
lisp/progmodes/python.el