]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/macroexp.el
(update-directory-autoloads): Doc fix.
[gnu-emacs] / lisp / emacs-lisp / macroexp.el
index 02ad05639a3e5d8197523c9eb141391fbb3cf021..98e4f67f630a5923b0d3144e197f283d30b9d747 100644 (file)
@@ -1,6 +1,6 @@
 ;;; macroexp.el --- Additional macro-expansion support
 ;;
-;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 ;;
 ;; Author: Miles Bader <miles@gnu.org>
 ;; Keywords: lisp, compiler, macros
@@ -91,7 +91,7 @@ FORMS."
 CLAUSES is a list of lists of forms; any clause that's not a list is ignored.
 If SKIP is non-nil, then don't expand that many elements at the start of
 each clause."
-  (macroexp-accumulate (clause clauses) 
+  (macroexp-accumulate (clause clauses)
     (if (listp clause)
        (macroexpand-all-forms clause skip)
       clause)))