emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108165: lisp/eshell/esh-cmd.el (eshe


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108165: lisp/eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
Date: Wed, 09 May 2012 02:29:00 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 108165
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2012-05-09 02:29:00 +0200
message:
  lisp/eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
modified:
  lisp/ChangeLog
  lisp/eshell/esh-cmd.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-05-08 17:23:09 +0000
+++ b/lisp/ChangeLog    2012-05-09 00:29:00 +0000
@@ -1,3 +1,7 @@
+2012-05-09  Juanma Barranquero  <address@hidden>
+
+       * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
+
 2012-05-08  Glenn Morris  <address@hidden>
 
        * files.el (auto-mode-alist): Treat ".make" like ".mk".

=== modified file 'lisp/eshell/esh-cmd.el'
--- a/lisp/eshell/esh-cmd.el    2012-05-01 19:27:10 +0000
+++ b/lisp/eshell/esh-cmd.el    2012-05-09 00:29:00 +0000
@@ -242,7 +242,7 @@
 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]