From d20590b8d6ce6401c4fc765610f1fc6ab0026256 Mon Sep 17 00:00:00 2001 From: Youmu Date: Thu, 5 Nov 2020 23:10:51 +0800 Subject: [PATCH] Remove eshell obsolete variable `eshell-buffer-shorthand` was removed in Emacs 25, see https://github.com/emacs-mirror/emacs/blob/master/etc/NEWS.25#L1078-L1082 --- modules/term/eshell/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/term/eshell/config.el b/modules/term/eshell/config.el index b7cf63878..c5084f9d3 100644 --- a/modules/term/eshell/config.el +++ b/modules/term/eshell/config.el @@ -61,7 +61,6 @@ You should use `set-eshell-alias!' to change this.") 'face 'font-lock-keyword-face)) eshell-scroll-to-bottom-on-input 'all eshell-scroll-to-bottom-on-output 'all - eshell-buffer-shorthand t eshell-kill-processes-on-exit t eshell-hist-ignoredups t ;; don't record command in history if prefixed with whitespace