changeset 39589:f5a85ada51c9

(define-setf-expander): Make it an alias for define-setf-method.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 05 Oct 2001 10:40:18 +0000
parents 62d7faafb853
children b7761d10bdc5
files lisp/emacs-lisp/cl-macs.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl-macs.el	Fri Oct 05 10:13:12 2001 +0000
+++ b/lisp/emacs-lisp/cl-macs.el	Fri Oct 05 10:40:18 2001 +0000
@@ -1432,6 +1432,7 @@
 			  (cl-pop body))))
 	  (list (cl-transform-function-property
 		 func 'setf-method (cons args body)))))
+(defalias 'define-setf-expander 'define-setf-method)
 
 (defmacro defsetf (func arg1 &rest args)
   "(defsetf NAME FUNC): define a `setf' method.