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:
parent
2fed268919
commit
b499d8d02c
@ -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…
Reference in New Issue
Block a user