# HG changeset patch
# User Thien-Thi Nguyen <ttn@gnuvola.org>
# Date 1188093097 0
# Node ID 4d60bd4e5610da775e3f9a511d9baae724f9c536
# Parent  ea5864b698fd975953832131241b2d251dedc927
(eshell-eval-using-options): Add debug declaration.

diff -r ea5864b698fd -r 4d60bd4e5610 lisp/eshell/esh-opt.el
--- 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)