]> code.delx.au - gnu-emacs/blobdiff - lisp/obsolete/cl-compat.el
Merge changes from emacs-23 branch.
[gnu-emacs] / lisp / obsolete / cl-compat.el
similarity index 97%
rename from lisp/emacs-lisp/cl-compat.el
rename to lisp/obsolete/cl-compat.el
index f4923b6f8c6fea9996a6be0731c6b72ddef39b2c..622c4eaace61d129c7e8a68410c82a9416ebf0d3 100644 (file)
@@ -1,12 +1,12 @@
 ;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility)
 
-;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+;;   2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Dave Gillespie <daveg@synaptics.com>
 ;; Version: 2.02
 ;; Keywords: extensions
-;; Package: emacs
+;; Obsolete-since: 23.3
 
 ;; This file is part of GNU Emacs.
 
@@ -25,6 +25,8 @@
 
 ;;; Commentary:
 
+;; This file has been obsolete since Emacs 23.3.
+
 ;; These are extensions to Emacs Lisp that provide a degree of
 ;; Common Lisp compatibility, beyond what is already built-in
 ;; in Emacs Lisp.
 ;; byte-compile-warnings: (not cl-functions)
 ;; End:
 
-;; arch-tag: 9996bb4f-aaf5-4592-b436-bf64759a3163
 ;;; cl-compat.el ends here