diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 19:53:53 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 19:53:53 +0000 |
commit | 60370d40737ecf92cec4ab75aa73d3ea9ed2d858 (patch) | |
tree | 29c0aec9d5f8e7af681d5ff1b49e72245067cf5c /lisp/emacs-lisp/levents.el | |
parent | 715a2ca2fc1be26e8420f209c3440b90d687fec6 (diff) | |
download | emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.gz emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.bz2 emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.zip |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/emacs-lisp/levents.el')
-rw-r--r-- | lisp/emacs-lisp/levents.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/levents.el b/lisp/emacs-lisp/levents.el index 0cb860c6d44..2f25ad6555d 100644 --- a/lisp/emacs-lisp/levents.el +++ b/lisp/emacs-lisp/levents.el @@ -1,4 +1,4 @@ -;;; levents.el --- 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. |