diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 12:23:00 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 12:23:00 +0000 |
commit | e8af40eed41d6c61ea6a0649512c4b09afcb1bfa (patch) | |
tree | 588654cb6c38a93c432bfae53ccbf36569e3cf23 /lisp/progmodes/autoconf.el | |
parent | 4cba8c0bdcce038e6966aab82d08859d796e69d0 (diff) | |
download | emacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.tar.gz |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/progmodes/autoconf.el')
-rw-r--r-- | lisp/progmodes/autoconf.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/autoconf.el b/lisp/progmodes/autoconf.el index a90e9766d61..69bf7aab775 100644 --- a/lisp/progmodes/autoconf.el +++ b/lisp/progmodes/autoconf.el @@ -1,10 +1,10 @@ -;;; autoconf.el --- Mode for editing Autoconf configure.in files. +;;; autoconf.el --- mode for editing Autoconf configure.in files ;; Copyright (C) 2000 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Keywords: languages -;; $Revision: $ +;; $Revision: 1.1 $ ;; This file is part of GNU Emacs. |