Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b499d8d0
Commit
b499d8d0
authored
May 09, 2012
by
Juanma Barranquero
Browse files
lisp/eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
parent
2fed2689
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/eshell/esh-cmd.el
lisp/eshell/esh-cmd.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b499d8d0
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".
...
...
lisp/eshell/esh-cmd.el
View file @
b499d8d0
...
...
@@ -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
sym
bol
val
ue
)
(
load-library
"esh-cmd"
))
:type
'boolean
:group
'eshell-cmd
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment