aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/esh-cmd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el
index b1f8fd037a4..850cecbc0a5 100644
--- a/lisp/eshell/esh-cmd.el
+++ b/lisp/eshell/esh-cmd.el
@@ -242,7 +242,7 @@ If you change this without using customize after Eshell has loaded,
242you must re-load 'esh-cmd.el'." 242you must re-load 'esh-cmd.el'."
243 :initialize 'custom-initialize-default 243 :initialize 'custom-initialize-default
244 :set (lambda (symbol value) 244 :set (lambda (symbol value)
245 (set sym val) 245 (set symbol value)
246 (load-library "esh-cmd")) 246 (load-library "esh-cmd"))
247 :type 'boolean 247 :type 'boolean
248 :group 'eshell-cmd) 248 :group 'eshell-cmd)