]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/esh-opt.el
(macrolet, symbol-macrolet): Doc fixes.
[gnu-emacs] / lisp / eshell / esh-opt.el
index e4aa17bfbe8c7c421ae572ecf9dfb8cf2405f6b9..02bd6f1dca364945a884a5aaee303f6336ffe2ba 100644 (file)
@@ -1,6 +1,8 @@
-;;; esh-opt --- command options processing
+;;; esh-opt.el --- command options processing
 
-;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Copyright (C) 1999, 2000, 2003 Free Software Foundation
+
+;; Author: John Wiegley <johnw@gnu.org>
 
 ;; This file is part of GNU Emacs.
 
@@ -96,7 +98,7 @@ This code doesn't really need to be macro expanded everywhere."
                        last-value (eval (append (list 'progn)
                                                 body-forms)))
                  nil))
-          (error usage-msg))))
+          (error "%s" usage-msg))))
       (throw 'eshell-external
             (eshell-external-command ext-command args))
     last-value))
@@ -223,4 +225,5 @@ This assumes that symbols have been intern'd by `eshell-with-options'."
 
 ;;; Code:
 
+;;; arch-tag: 45c6c2d0-8091-46a1-a205-2f4bafd8230c
 ;;; esh-opt.el ends here