From 17f2692a45d33097875f51092a59157ece4d6a10 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 21 Oct 1998 09:02:47 +0000 Subject: [PATCH] (function-form): Fix spec for "function*". --- lisp/emacs-lisp/cl-specs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el index 38497b26765..9d8d6da0771 100644 --- a/lisp/emacs-lisp/cl-specs.el +++ b/lisp/emacs-lisp/cl-specs.el @@ -7,7 +7,7 @@ ;; LCD Archive Entry: ;; cl-specs.el|Daniel LaLiberte|liberte@cs.uiuc.edu ;; |Edebug specs for cl.el -;; |$Date: 1996/01/05 21:56:25 $|1.1| +;; |$Date: 1996/01/14 07:34:30 $|1.1| ;; This file is part of GNU Emacs. @@ -281,7 +281,7 @@ ;; form at the end could also handle "function", ;; but recognize it specially to avoid wrapping function forms. (&or ([&or "quote" "function"] &or symbolp lambda-expr) - ("function*" cl-lambda-expr) + ("function*" function*) form)) ;;====================================================== -- 2.39.2