emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/macroexp.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/macroexp.el
Date: Sat, 06 Aug 2005 13:09:18 -0400

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 <address@hidden>
  ;; Keywords: lisp, compiler, macros
--- 1,6 ----
  ;;; macroexp.el --- Additional macro-expansion support
  ;;
! ;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
  ;;
  ;; Author: Miles Bader <address@hidden>
  ;; 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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]