Mercurial > emacs
changeset 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 | ea5864b698fd |
children | f05cf1274ddc |
files | lisp/eshell/esh-opt.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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)