[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cl-extra.el
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cl-extra.el |
Date: |
Fri, 29 Jul 2005 16:51:35 -0400 |
Index: emacs/lisp/emacs-lisp/cl-extra.el
diff -c emacs/lisp/emacs-lisp/cl-extra.el:1.29
emacs/lisp/emacs-lisp/cl-extra.el:1.30
*** emacs/lisp/emacs-lisp/cl-extra.el:1.29 Mon Jul 4 17:33:35 2005
--- emacs/lisp/emacs-lisp/cl-extra.el Fri Jul 29 20:51:34 2005
***************
*** 1,6 ****
;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic:
t;-*-
! ;; Copyright (C) 1993,2000,2003 Free Software Foundation, Inc.
;; Author: Dave Gillespie <address@hidden>
;; Keywords: extensions
--- 1,6 ----
;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic:
t;-*-
! ;; Copyright (C) 1993, 2000, 2003, 2005 Free Software Foundation, Inc.
;; Author: Dave Gillespie <address@hidden>
;; Keywords: extensions
***************
*** 38,46 ****
;;; Code:
! (or (memq 'cl-19 features)
! (error "Tried to load `cl-extra' before `cl'!"))
!
;;; Type coercion.
--- 38,44 ----
;;; Code:
! (require 'cl)
;;; Type coercion.
***************
*** 763,767 ****
(run-hooks 'cl-extra-load-hook)
! ;;; arch-tag: bcd03437-0871-43fb-a8f1-ad0e0b5427ed
;;; cl-extra.el ends here
--- 761,765 ----
(run-hooks 'cl-extra-load-hook)
! ;; arch-tag: bcd03437-0871-43fb-a8f1-ad0e0b5427ed
;;; cl-extra.el ends here