/[emacs]/emacs/lisp/emacs-lisp/cl-extra.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/cl-extra.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by lute, Mon Jul 4 17:33:35 2005 UTC revision 1.30 by monnier, Fri Jul 29 20:51:34 2005 UTC
# Line 1  Line 1 
1  ;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic: t;-*-  ;;; cl-extra.el --- Common Lisp features, part 2 -*-byte-compile-dynamic: t;-*-
2    
3  ;; Copyright (C) 1993,2000,2003  Free Software Foundation, Inc.  ;; Copyright (C) 1993, 2000, 2003, 2005  Free Software Foundation, Inc.
4    
5  ;; Author: Dave Gillespie <daveg@synaptics.com>  ;; Author: Dave Gillespie <daveg@synaptics.com>
6  ;; Keywords: extensions  ;; Keywords: extensions
# Line 38  Line 38 
38    
39  ;;; Code:  ;;; Code:
40    
41  (or (memq 'cl-19 features)  (require 'cl)
     (error "Tried to load `cl-extra' before `cl'!"))  
   
42    
43  ;;; Type coercion.  ;;; Type coercion.
44    
# Line 763  This also does some trivial optimization Line 761  This also does some trivial optimization
761    
762  (run-hooks 'cl-extra-load-hook)  (run-hooks 'cl-extra-load-hook)
763    
764  ;;; arch-tag: bcd03437-0871-43fb-a8f1-ad0e0b5427ed  ;; arch-tag: bcd03437-0871-43fb-a8f1-ad0e0b5427ed
765  ;;; cl-extra.el ends here  ;;; cl-extra.el ends here

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26