]> git.eshelyaron.com Git - emacs.git/commitdiff
(pushnew): Use edebug-keywordp.
authorRichard M. Stallman <rms@gnu.org>
Wed, 19 Apr 1995 00:47:42 +0000 (00:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 19 Apr 1995 00:47:42 +0000 (00:47 +0000)
lisp/emacs-lisp/cl-specs.el

index 37791862ea6ad5e542f137ea394c3b9b20ee335d..e90ca40798326d6ba878be25e94a28ee3c50e41f 100644 (file)
@@ -7,7 +7,7 @@
 ;; LCD Archive Entry:
 ;; cl-specs.el|Daniel LaLiberte|liberte@cs.uiuc.edu
 ;; |Edebug specs for cl.el
-;; |$Date: 1994/03/23 22:09:57 $|1.1|
+;; |$Date: 1994/04/05 20:52:43 $|1.1|
 
 ;; This file is part of GNU Emacs.
 
 (def-edebug-spec pushnew 
   (form place &rest 
        &or [[&or ":test" ":test-not" ":key"] function-form]
-       [keywordp form]))
+       [edebug-keywordp form]))
 (def-edebug-spec pop (place))
 
 (def-edebug-spec shiftf (&rest place))  ;; really [&rest place] form