summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/levents.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-17 16:56:02 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-17 16:56:02 +0000
commit515f023693c1d4950cd0d7121bd5a5c219ec7e8b (patch)
treef0afef5d093fcd14250211f9160cb43d3adcd11b /lisp/emacs-lisp/levents.el
parenta8f09f418b2256de5d354afcadd956e4f867b5ea (diff)
downloademacs-515f023693c1d4950cd0d7121bd5a5c219ec7e8b.tar.gz
Add standard library headers.
Diffstat (limited to 'lisp/emacs-lisp/levents.el')
-rw-r--r--lisp/emacs-lisp/levents.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/levents.el b/lisp/emacs-lisp/levents.el
index 1a15e725e73..1c67ba946fb 100644
--- a/lisp/emacs-lisp/levents.el
+++ b/lisp/emacs-lisp/levents.el
@@ -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,