# HG changeset patch # User Andreas Schwab # Date 908960567 0 # Node ID 0a3fa36b323be00e00b9540e1a54fa2239bcb65e # Parent 1cd5555e67a9d3fbb2da56e2c18dc1f659c731b0 (function-form): Fix spec for "function*". diff -r 1cd5555e67a9 -r 0a3fa36b323b lisp/emacs-lisp/cl-specs.el --- a/lisp/emacs-lisp/cl-specs.el Wed Oct 21 07:01:32 1998 +0000 +++ b/lisp/emacs-lisp/cl-specs.el Wed Oct 21 09:02:47 1998 +0000 @@ -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)) ;;======================================================