]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 9 May 2012 00:29:00 +0000 (02:29 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 9 May 2012 00:29:00 +0000 (02:29 +0200)
lisp/ChangeLog
lisp/eshell/esh-cmd.el

index 3988ed707c3f22c4a413547a5dbcd3d92ef22a24..ed74bd452fdc9781bc132aca7c4e9facd1676fbd 100644 (file)
@@ -1,3 +1,7 @@
+2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
+
 2012-05-08  Glenn Morris  <rgm@gnu.org>
 
        * files.el (auto-mode-alist): Treat ".make" like ".mk".
index b1f8fd037a482ccbc1f13f3bbacfe6790d9bd6aa..850cecbc0a500e9f7795878c4d5d2e367bdee98f 100644 (file)
@@ -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)