+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.
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
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)