]> git.eshelyaron.com Git - emacs.git/commitdiff
(cl-lambda-list, cl-macro-list)
authorGerd Moellmann <gerd@gnu.org>
Sun, 30 Jan 2000 21:20:14 +0000 (21:20 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 30 Jan 2000 21:20:14 +0000 (21:20 +0000)
(cl-macro-list1): Recognize `&allow-other-keys' instead of
`&allow-other-keywords'.

lisp/emacs-lisp/cl-specs.el

index 9d8d6da07716539c3c5d6721944c2d4fe7c322b6..057ca5f1a360755ba4467be0d1b06dfdf72db4fd 100644 (file)
@@ -7,7 +7,7 @@
 ;; LCD Archive Entry:
 ;; cl-specs.el|Daniel LaLiberte|liberte@cs.uiuc.edu
 ;; |Edebug specs for cl.el
-;; |$Date: 1996/01/14 07:34:30 $|1.1|
+;; |$Date: 2000/01/30 01:50:41 $|1.1|
 
 ;; This file is part of GNU Emacs.
 
     [&optional ["&optional" cl-&optional-arg &rest cl-&optional-arg]]
     [&optional ["&rest" arg]]
     [&optional ["&key" [cl-&key-arg &rest cl-&key-arg]
-               &optional "&allow-other-keywords"]]
+               &optional "&allow-other-keys"]]
     [&optional ["&aux" &rest
                &or (symbolp &optional def-form) symbolp]]
     )))
                        [&or ([&or (symbolp cl-macro-arg) arg] 
                              &optional def-form cl-macro-arg)
                             arg]]
-               &optional "&allow-other-keywords"]]
+               &optional "&allow-other-keys"]]
     [&optional ["&aux" &rest
                &or (symbolp &optional def-form) symbolp]]
     [&optional "&environment" arg]
                        [&or ([&or (symbolp cl-macro-arg) arg] 
                              &optional def-form cl-macro-arg)
                             arg]]
-               &optional "&allow-other-keywords"]]
+               &optional "&allow-other-keys"]]
     [&optional ["&aux" &rest
                &or (symbolp &optional def-form) symbolp]]
     . [&or arg nil])))