From: Juanma Barranquero Date: Wed, 9 May 2012 00:29:00 +0000 (+0200) Subject: lisp/eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change. X-Git-Tag: emacs-24.2.90~471^2~150 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b499d8d02c271d50efdabe6dd6c598da45ef5cc6;p=emacs.git lisp/eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change. --- 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)