From b499d8d02c271d50efdabe6dd6c598da45ef5cc6 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 9 May 2012 02:29:00 +0200 Subject: [PATCH] lisp/eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change. --- lisp/ChangeLog | 4 ++++ lisp/eshell/esh-cmd.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3988ed707c3..ed74bd452fd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-05-09 Juanma Barranquero + + * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change. + 2012-05-08 Glenn Morris * files.el (auto-mode-alist): Treat ".make" like ".mk". 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, you must re-load 'esh-cmd.el'." :initialize 'custom-initialize-default :set (lambda (symbol value) - (set sym val) + (set symbol value) (load-library "esh-cmd")) :type 'boolean :group 'eshell-cmd) -- 2.39.2