changeset 51582:7e55c8dd414b

(pushnew): Use keywordp.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 16 Jun 2003 16:27:27 +0000
parents 7ca4059e8636
children a44b585395b5
files lisp/emacs-lisp/cl-specs.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl-specs.el	Mon Jun 16 16:26:34 2003 +0000
+++ b/lisp/emacs-lisp/cl-specs.el	Mon Jun 16 16:27:27 2003 +0000
@@ -1,13 +1,13 @@
 ;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*-
 
-;; Copyright (C) 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 2003  Free Software Foundation, Inc.
 ;; Author: Daniel LaLiberte <liberte@holonexus.org>
 ;; Keywords: lisp, tools, maint
 
 ;; LCD Archive Entry:
 ;; cl-specs.el|Daniel LaLiberte|liberte@holonexus.org
 ;; |Edebug specs for cl.el
-;; |$Date: 2002/10/01 17:00:27 $|1.1|
+;; |$Date: 2003/02/04 12:53:34 $|1.1|
 
 ;; This file is part of GNU Emacs.
 
@@ -131,7 +131,7 @@
 (def-edebug-spec pushnew
   (form place &rest
 	&or [[&or ":test" ":test-not" ":key"] function-form]
-	[edebug-keywordp form]))
+	[keywordp form]))
 (def-edebug-spec pop (place))		; different for CL
 
 (def-edebug-spec shiftf (&rest place))  ;; really [&rest place] form