diff lisp/emacs-lisp/lucid.el @ 38414:67b464da13ec

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 19:53:53 +0000
parents 1b5db0f1b8b7
children 01c7199c0ee7
line wrap: on
line diff
--- a/lisp/emacs-lisp/lucid.el	Sun Jul 15 17:42:53 2001 +0000
+++ b/lisp/emacs-lisp/lucid.el	Sun Jul 15 19:53:53 2001 +0000
@@ -1,4 +1,4 @@
-;;; lucid.el --- Emulate some Lucid Emacs functions.
+;;; lucid.el --- emulate some Lucid Emacs functions
 
 ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc.
 
@@ -19,6 +19,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;; XEmacs autoloads CL so we might as well make use of it.
@@ -224,4 +226,4 @@
 
 (provide 'lucid)
 
-;;; end of lucid.el
+;;; lucid.el ends here