summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-specs.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-01-30 21:20:14 +0000
committerGerd Moellmann <gerd@gnu.org>2000-01-30 21:20:14 +0000
commit9eebfc46916f274715aa20edfe7f1a2d7e21c480 (patch)
treeccc73caf30192ea57342dc059f88ce41dc543259 /lisp/emacs-lisp/cl-specs.el
parent38246e2ad6c8a1365c40621a609c891a3767f887 (diff)
downloademacs-9eebfc46916f274715aa20edfe7f1a2d7e21c480.tar.gz
(cl-lambda-list, cl-macro-list)
(cl-macro-list1): Recognize `&allow-other-keys' instead of `&allow-other-keywords'.
Diffstat (limited to 'lisp/emacs-lisp/cl-specs.el')
-rw-r--r--lisp/emacs-lisp/cl-specs.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el
index 9d8d6da0771..057ca5f1a36 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/14 07:34:30 $|1.1|
+;; |$Date: 2000/01/30 01:50:41 $|1.1|
;; This file is part of GNU Emacs.
@@ -202,7 +202,7 @@
[&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]]
)))
@@ -227,7 +227,7 @@
[&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]
@@ -246,7 +246,7 @@
[&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])))