mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/eval: fix void-variable term-raw-map errors
This commit is contained in:
@ -34,7 +34,7 @@
|
|||||||
buffer)))
|
buffer)))
|
||||||
(with-current-buffer buffer
|
(with-current-buffer buffer
|
||||||
(unless (or (derived-mode-p 'term-mode)
|
(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)
|
(goto-char (if (and (derived-mode-p 'comint-mode)
|
||||||
(cdr comint-last-prompt))
|
(cdr comint-last-prompt))
|
||||||
(cdr comint-last-prompt)
|
(cdr comint-last-prompt)
|
||||||
|
Reference in New Issue
Block a user