(tex-start-shell): Inherit comint-mode-map, don't copy.
This commit is contained in:
parent
1ed30e752a
commit
dbfaa1b1ff
1 changed files with 1 additions and 1 deletions
|
@ -824,7 +824,7 @@ 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 (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
Reference in a new issue