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:
parent
2fb419e1ce
commit
191cda94a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue