diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-07 20:12:43 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-07 20:12:43 -0700 |
commit | 2f1cc3365b5dcdc8afe00923ef1727cc007764fe (patch) | |
tree | f4b08f66190c4879bd44ebb205f4f25d4ede816b /lisp/obsolete/lmenu.el | |
parent | 5823f53fc2ae1c152f4830159388d20d2b6e4d7d (diff) | |
download | emacs-2f1cc3365b5dcdc8afe00923ef1727cc007764fe.tar.gz |
* lisp/obsolete/cl-compat.el, lisp/obsolete/lmenu.el: Comments.
Diffstat (limited to 'lisp/obsolete/lmenu.el')
-rw-r--r-- | lisp/obsolete/lmenu.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/obsolete/lmenu.el b/lisp/obsolete/lmenu.el index 54fb488ed59..14f6398eef1 100644 --- a/lisp/obsolete/lmenu.el +++ b/lisp/obsolete/lmenu.el @@ -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: @@ -439,5 +442,4 @@ BEFORE, if provided, is the name of a menu before which this menu should (provide 'lmenu) -;; arch-tag: 7051c396-2837-435a-ae11-b2d2e2af8fc1 ;;; lmenu.el ends here |