lisp/eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
This commit is contained in:
parent
2fed268919
commit
b499d8d02c
2 changed files with 5 additions and 1 deletions
|
@ -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".
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue