1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

lisp/eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.

This commit is contained in:
Juanma Barranquero 2012-05-09 02:29:00 +02:00
parent 2fed268919
commit b499d8d02c
2 changed files with 5 additions and 1 deletions

View 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".

View 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)