tools/eval: fix void-variable term-raw-map errors
This commit is contained in:
parent
2ee0e1e110
commit
bb71f591f8
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
buffer)))
|
||||
(with-current-buffer buffer
|
||||
(unless (or (derived-mode-p 'term-mode)
|
||||
(eq (current-local-map) term-raw-map))
|
||||
(eq (current-local-map) (bound-and-true-p term-raw-map)))
|
||||
(goto-char (if (and (derived-mode-p 'comint-mode)
|
||||
(cdr comint-last-prompt))
|
||||
(cdr comint-last-prompt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue