]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/cl-specs.el
(easy-mmode-define-navigation): Take additional
[gnu-emacs] / lisp / emacs-lisp / cl-specs.el
index 21353755ed65ba9ca77207e323ff46136ae4c581..10aade7dc757ddb70d4ac659dcf19519e0136bbb 100644 (file)
@@ -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/06/16 16:27:27 $|1.1|
 
 ;; This file is part of GNU Emacs.
 
 (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
 (def-edebug-spec loop-d-type-spec
   (&or (loop-d-type-spec . [&or nil loop-d-type-spec]) cl-type-spec))
 
+;;; arch-tag: b29aa3c2-cf67-4af8-9ee1-318fea61b478
 ;;; cl-specs.el ends here