From 3afbc435ac942072f42bf795dea22131b03c8d93 Mon Sep 17 00:00:00 2001 From: Pavel Janík Date: Mon, 16 Jul 2001 07:46:48 +0000 Subject: Some fixes to follow coding conventions. --- lisp/textmodes/reftex-vars.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lisp/textmodes/reftex-vars.el') diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index 5646779e41d..d25b05d965c 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el @@ -1,9 +1,8 @@ -;;; reftex-vars.el - Configuration variables for RefTeX +;;; reftex-vars.el --- configuration variables for RefTeX ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. -;; Author: Carsten Dominik +;; Author: Carsten Dominik ;; Version: 4.16 -;; ;; This file is part of GNU Emacs. @@ -22,6 +21,10 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + +;;; Code: + (eval-when-compile (require 'cl)) (provide 'reftex-vars) -- cgit v1.2.3