diff lisp/eshell/esh-opt.el @ 82850:4d60bd4e5610

(eshell-eval-using-options): Add debug declaration.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sun, 26 Aug 2007 01:51:37 +0000
parents a1e8300d3c55
children 3e9ef52e86be b83d0dadb2a7
line wrap: on
line diff
--- a/lisp/eshell/esh-opt.el	Sun Aug 26 00:32:23 2007 +0000
+++ b/lisp/eshell/esh-opt.el	Sun Aug 26 01:51:37 2007 +0000
@@ -58,6 +58,7 @@
 
 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 @@
 		  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)