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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cl-specs.el [lexbind]
Date: Tue, 14 Oct 2003 19:32:23 -0400

Index: emacs/lisp/emacs-lisp/cl-specs.el
diff -c emacs/lisp/emacs-lisp/cl-specs.el:1.11.8.1 
emacs/lisp/emacs-lisp/cl-specs.el:1.11.8.2
*** emacs/lisp/emacs-lisp/cl-specs.el:1.11.8.1  Fri Apr  4 01:20:16 2003
--- emacs/lisp/emacs-lisp/cl-specs.el   Tue Oct 14 19:32:21 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/04/04 06:20:16 $|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/10/14 23:32:21 $|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
***************
*** 470,473 ****
--- 470,474 ----
  (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




reply via email to

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