]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/obsolete/cl-compat.el, lisp/obsolete/lmenu.el: Comments.
authorGlenn Morris <rgm@gnu.org>
Fri, 8 Oct 2010 03:12:43 +0000 (20:12 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 8 Oct 2010 03:12:43 +0000 (20:12 -0700)
lisp/obsolete/cl-compat.el
lisp/obsolete/lmenu.el

index 68d7c0ae3bad99016a558f2b1add016f64a16c61..f45820810316553ac1f2e3de41b63ae43a384711 100644 (file)
@@ -1,11 +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
+;; Obsolete-since: 23.3
 
 ;; This file is part of GNU Emacs.
 
@@ -24,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
index 54fb488ed59cf2b778e4aa24b96fd9a9be12b300..14f6398eef151f0f72fd0068ddc750956d443af7 100644 (file)
@@ -1,9 +1,10 @@
 ;;; lmenu.el --- emulate Lucid's menubar support
 
-;; Copyright (C) 1992, 1993, 1994, 1997, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1993, 1994, 1997, 2001, 2002, 2003, 2004, 2005,
+;;   2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Keywords: emulations obsolete
+;; Obsolete-since: 23.3
 
 ;; This file is part of GNU Emacs.
 
@@ -22,6 +23,8 @@
 
 ;;; Commentary:
 
+;; This file has been obsolete since Emacs 23.3.
+
 ;;; Code:
 
 \f
@@ -439,5 +442,4 @@ BEFORE, if provided, is the name of a menu before which this menu should
 \f
 (provide 'lmenu)
 
-;; arch-tag: 7051c396-2837-435a-ae11-b2d2e2af8fc1
 ;;; lmenu.el ends here