Index: emacs/lisp/emacs-lisp/macroexp.el
diff -c emacs/lisp/emacs-lisp/macroexp.el:1.4
emacs/lisp/emacs-lisp/macroexp.el:1.5
*** emacs/lisp/emacs-lisp/macroexp.el:1.4 Mon Jul 4 17:33:35 2005
--- emacs/lisp/emacs-lisp/macroexp.el Sat Aug 6 17:08:59 2005
***************
*** 1,6 ****
;;; macroexp.el --- Additional macro-expansion support
;;
! ;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
;;
;; Author: Miles Bader <[EMAIL PROTECTED]>
;; Keywords: lisp, compiler, macros
--- 1,6 ----
;;; macroexp.el --- Additional macro-expansion support
;;
! ;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
;;
;; Author: Miles Bader <[EMAIL PROTECTED]>
;; Keywords: lisp, compiler, macros
***************
*** 91,97 ****
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)
(if (listp clause)
(macroexpand-all-forms clause skip)
clause)))
--- 91,97 ----
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)
(if (listp clause)
(macroexpand-all-forms clause skip)
clause)))
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs