diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-19 00:47:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-19 00:47:42 +0000 |
commit | 43efaa48bdaf058f11c710dc3cb90b53a4dc55db (patch) | |
tree | 12635b82c86434e7b95c5d5cb7ef2107fcca83bc /lisp/emacs-lisp/cl-specs.el | |
parent | 5ca76c211acbc14061dc7f6410d045470c0b4fa0 (diff) | |
download | emacs-43efaa48bdaf058f11c710dc3cb90b53a4dc55db.tar.gz emacs-43efaa48bdaf058f11c710dc3cb90b53a4dc55db.tar.bz2 emacs-43efaa48bdaf058f11c710dc3cb90b53a4dc55db.zip |
(pushnew): Use edebug-keywordp.
Diffstat (limited to 'lisp/emacs-lisp/cl-specs.el')
-rw-r--r-- | lisp/emacs-lisp/cl-specs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el index 37791862ea6..e90ca407983 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: 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 |