diff lisp/emacs-lisp/levents.el @ 2232:4f9d60f7de9d

Add standard library headers.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 17 Mar 1993 16:56:02 +0000
parents 9b4cb6b6d474
children ec432bd5d5b9
line wrap: on
line diff
--- a/lisp/emacs-lisp/levents.el	Wed Mar 17 16:26:48 1993 +0000
+++ b/lisp/emacs-lisp/levents.el	Wed Mar 17 16:56:02 1993 +0000
@@ -1,4 +1,5 @@
-;; Emulate the Lucid event data type and associated functions.
+;;; levents.el --- emulate the Lucid event data type and associated functions.
+
 ;; Copyright (C) 1993 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -17,7 +18,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;;; Notes:
+;;; Commentary:
 
 ;; Things we cannot emulate in Lisp:
 ;; It is not possible to emulate current-mouse-event as a variable,