aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-04-19 00:47:42 +0000
committerRichard M. Stallman <[email protected]>1995-04-19 00:47:42 +0000
commit43efaa48bdaf058f11c710dc3cb90b53a4dc55db (patch)
tree12635b82c86434e7b95c5d5cb7ef2107fcca83bc /lisp
parent5ca76c211acbc14061dc7f6410d045470c0b4fa0 (diff)
(pushnew): Use edebug-keywordp.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/cl-specs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el
index 37791862ea..e90ca40798 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|[email protected]
;; |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