[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cl-macs.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cl-macs.el |
Date: |
Mon, 16 May 2005 20:26:59 -0400 |
Index: emacs/lisp/emacs-lisp/cl-macs.el
diff -c emacs/lisp/emacs-lisp/cl-macs.el:1.49
emacs/lisp/emacs-lisp/cl-macs.el:1.50
*** emacs/lisp/emacs-lisp/cl-macs.el:1.49 Sat May 7 15:43:44 2005
--- emacs/lisp/emacs-lisp/cl-macs.el Tue May 17 00:26:59 2005
***************
*** 1335,1341 ****
;; The following ought to have a better definition for use with newer
;; byte compilers.
(defmacro macrolet (bindings &rest body)
! "Make temporary macro defns.
This is like `flet', but for macros instead of functions.
\(fn ((NAME ARGLIST BODY...) ...) FORM...)"
--- 1335,1341 ----
;; The following ought to have a better definition for use with newer
;; byte compilers.
(defmacro macrolet (bindings &rest body)
! "Make temporary macro definitions.
This is like `flet', but for macros instead of functions.
\(fn ((NAME ARGLIST BODY...) ...) FORM...)"
***************
*** 1351,1357 ****
cl-macro-environment))))))
(defmacro symbol-macrolet (bindings &rest body)
! "Make symbol macro defns.
Within the body FORMs, references to the variable NAME will be replaced
by EXPANSION, and (setq NAME ...) will act like (setf EXPANSION ...).
--- 1351,1357 ----
cl-macro-environment))))))
(defmacro symbol-macrolet (bindings &rest body)
! "Make symbol macro definitions.
Within the body FORMs, references to the variable NAME will be replaced
by EXPANSION, and (setq NAME ...) will act like (setf EXPANSION ...).