1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(tex-start-shell): Use inheritance.

This commit is contained in:
Richard M. Stallman 1994-12-21 20:08:17 +00:00
parent 2fb419e1ce
commit 191cda94a8

View file

@ -825,7 +825,7 @@ line numbers for the errors."
(set-process-sentinel proc 'tex-shell-sentinel)
(process-kill-without-query proc)
(setq comint-prompt-regexp shell-prompt-pattern)
(setq tex-shell-map (copy-keymap shell-mode-map))
(setq tex-shell-map (nconc (make-sparse-keymap) shell-mode-map))
(tex-define-common-keys tex-shell-map)
(use-local-map tex-shell-map)
(run-hooks 'tex-shell-hook)