emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cl-specs.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cl-specs.el
Date: Mon, 16 Jun 2003 12:27:27 -0400

Index: emacs/lisp/emacs-lisp/cl-specs.el
diff -c emacs/lisp/emacs-lisp/cl-specs.el:1.13 
emacs/lisp/emacs-lisp/cl-specs.el:1.14
*** emacs/lisp/emacs-lisp/cl-specs.el:1.13      Tue Feb  4 07:53:34 2003
--- emacs/lisp/emacs-lisp/cl-specs.el   Mon Jun 16 12:27:27 2003
***************
*** 1,13 ****
  ;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*-
  
! ;; Copyright (C) 1993 Free Software Foundation, Inc.
  ;; Author: Daniel LaLiberte <address@hidden>
  ;; Keywords: lisp, tools, maint
  
  ;; LCD Archive Entry:
  ;; cl-specs.el|Daniel LaLiberte|address@hidden
  ;; |Edebug specs for cl.el
! ;; |$Date: 2003/02/04 12:53:34 $|1.1|
  
  ;; This file is part of GNU Emacs.
  
--- 1,13 ----
  ;;; cl-specs.el --- Edebug specs for cl.el -*- no-byte-compile: t -*-
  
! ;; Copyright (C) 1993, 2003  Free Software Foundation, Inc.
  ;; Author: Daniel LaLiberte <address@hidden>
  ;; Keywords: lisp, tools, maint
  
  ;; LCD Archive Entry:
  ;; cl-specs.el|Daniel LaLiberte|address@hidden
  ;; |Edebug specs for cl.el
! ;; |$Date: 2003/06/16 16:27:27 $|1.1|
  
  ;; This file is part of GNU Emacs.
  
***************
*** 131,137 ****
  (def-edebug-spec pushnew
    (form place &rest
        &or [[&or ":test" ":test-not" ":key"] function-form]
!       [edebug-keywordp form]))
  (def-edebug-spec pop (place))         ; different for CL
  
  (def-edebug-spec shiftf (&rest place))  ;; really [&rest place] form
--- 131,137 ----
  (def-edebug-spec pushnew
    (form place &rest
        &or [[&or ":test" ":test-not" ":key"] function-form]
!       [keywordp form]))
  (def-edebug-spec pop (place))         ; different for CL
  
  (def-edebug-spec shiftf (&rest place))  ;; really [&rest place] form




reply via email to

[Prev in Thread] Current Thread [Next in Thread]