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
0d182a34
Commit
0d182a34
authored
Aug 26, 2007
by
Thien-Thi Nguyen
Browse files
(eshell-eval-using-options): Add debug declaration.
parent
a549ce70
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/eshell/esh-opt.el
lisp/eshell/esh-opt.el
+2
-1
No files found.
lisp/ChangeLog
View file @
0d182a34
2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
* eshell/esh-opt.el (eshell-eval-using-options):
Add debug declaration.
2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hooks.el (vc-registered): Use mapc instead of mapcar.
...
...
lisp/eshell/esh-opt.el
View file @
0d182a34
...
...
@@ -58,6 +58,7 @@ BODY-FORMS. If instead an external command is run, the tag
Lastly, any remaining arguments will be available in a locally
interned variable `args' (created using a `let' form)."
(
declare
(
debug
(
form
form
sexp
body
)))
`
(
let
((
temp-args
,
(
if
(
memq
'
:preserve-args
(
cadr
options
))
macro-args
...
...
@@ -101,7 +102,7 @@ This code doesn't really need to be macro expanded everywhere."
nil
))
(
error
"%s"
usage-msg
))))
(
throw
'eshell-external
(
eshell-external-command
ext-command
args
))
(
eshell-external-command
ext-command
args
))
last-value
))
(
defun
eshell-show-usage
(
name
options
)
...
...
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