aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/eshell/esh-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
index 675818539cf..db876d49bf8 100644
--- a/lisp/eshell/esh-mode.el
+++ b/lisp/eshell/esh-mode.el
@@ -316,6 +316,7 @@ This is used by `eshell-watch-for-password-prompt'."
316 (define-key eshell-mode-map [(meta return)] 'eshell-queue-input) 316 (define-key eshell-mode-map [(meta return)] 'eshell-queue-input)
317 (define-key eshell-mode-map [(meta control ?m)] 'eshell-queue-input) 317 (define-key eshell-mode-map [(meta control ?m)] 'eshell-queue-input)
318 (define-key eshell-mode-map [(meta control ?l)] 'eshell-show-output) 318 (define-key eshell-mode-map [(meta control ?l)] 'eshell-show-output)
319 (define-key eshell-mode-map [(control ?a)] 'eshell-bol)
319 320
320 (set (make-local-variable 'eshell-command-prefix) 321 (set (make-local-variable 'eshell-command-prefix)
321 (make-symbol "eshell-command-prefix")) 322 (make-symbol "eshell-command-prefix"))