mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 14:41:11 -08:00
Be consistent in use of comint (instead of shell) mode.
This commit is contained in:
parent
c5af0a1823
commit
e8c04c88ef
1 changed files with 2 additions and 1 deletions
|
|
@ -824,7 +824,8 @@ line numbers for the errors."
|
|||
(let ((proc (get-process "tex-shell")))
|
||||
(set-process-sentinel proc 'tex-shell-sentinel)
|
||||
(process-kill-without-query proc)
|
||||
(setq tex-shell-map (nconc (make-sparse-keymap) shell-mode-map))
|
||||
(setq comint-prompt-regexp shell-prompt-pattern)
|
||||
(setq tex-shell-map (copy-keymap comint-mode-map))
|
||||
(tex-define-common-keys tex-shell-map)
|
||||
(use-local-map tex-shell-map)
|
||||
(run-hooks 'tex-shell-hook)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue