(pushnew): Use edebug-keywordp.
This commit is contained in:
parent
5ca76c211a
commit
43efaa48bd
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
@ -130,7 +130,7 @@
|
|||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue