* lisp/progmodes/ps-mode.el: Use comint.
commit9cf2db99c671636d9a37eec7027bdf6d2d9a5814
authorMarkus Triska <markus.triska@gmx.at>
Fri, 23 Jul 2010 22:51:37 +0000 (24 00:51 +0200)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 23 Jul 2010 22:51:37 +0000 (24 00:51 +0200)
tree9d1dfe9d5fdb0f96da004ea73c8b78a8a01ee2e8
parent33ac04147b6c42796f4c0c16d6aeb261033c171e
* lisp/progmodes/ps-mode.el: Use comint.
(ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
(ps-mode-other-newline): Simplify.
(ps-run-mode): Derive from comint-mode instead of
fundamental-mode, yielding input history etc.
(ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
(ps-run-send-string): Adapt for comint-mode.
(ps-run-newline): Remove now unneeded function.

Fixes: debbugs:5954
lisp/ChangeLog
lisp/progmodes/ps-mode.el