Mercurial > emacs
changeset 11489:cfb899623032
(pushnew): Use edebug-keywordp.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 19 Apr 1995 00:47:42 +0000 |
parents | d5ede70b5897 |
children | 01f5b6e9c234 |
files | lisp/emacs-lisp/cl-specs.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl-specs.el Wed Apr 19 00:32:10 1995 +0000 +++ b/lisp/emacs-lisp/cl-specs.el Wed Apr 19 00:47:42 1995 +0000 @@ -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