diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 07:46:48 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 07:46:48 +0000 |
commit | 3afbc435ac942072f42bf795dea22131b03c8d93 (patch) | |
tree | 6715b27c5ef636a36a491d4b6f5d39896cf7b472 /lisp/textmodes/reftex-parse.el | |
parent | 5d3d1e3209acdc38227b0ec5bdd8c4a31f58d8d4 (diff) | |
download | emacs-3afbc435ac942072f42bf795dea22131b03c8d93.tar.gz |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/textmodes/reftex-parse.el')
-rw-r--r-- | lisp/textmodes/reftex-parse.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/textmodes/reftex-parse.el b/lisp/textmodes/reftex-parse.el index d9d04b4c115..1bb6a24bce5 100644 --- a/lisp/textmodes/reftex-parse.el +++ b/lisp/textmodes/reftex-parse.el @@ -1,7 +1,7 @@ -;;; reftex-parse.el - Parser Functions for RefTeX +;;; reftex-parse.el --- parser functions for RefTeX ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. -;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl> +;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl> ;; Version: 4.16 ;; @@ -22,6 +22,10 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + +;;; Code: + (eval-when-compile (require 'cl)) (provide 'reftex-parse) (require 'reftex) |