Mercurial > emacs
changeset 10204:287ffc59d9f8
(tex-start-shell): Use inheritance.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 21 Dec 1994 20:08:17 +0000 |
parents | c1f7894118f9 |
children | df07a5978364 |
files | lisp/textmodes/tex-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el Wed Dec 21 19:42:59 1994 +0000 +++ b/lisp/textmodes/tex-mode.el Wed Dec 21 20:08:17 1994 +0000 @@ -825,7 +825,7 @@ (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)