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/emerge.el | |
parent | 4cba8c0bdcce038e6966aab82d08859d796e69d0 (diff) | |
download | emacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.tar.gz emacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.tar.bz2 emacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.zip |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/emerge.el')
-rw-r--r-- | lisp/emerge.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/emerge.el b/lisp/emerge.el index 332c8b46995..551ba3503e1 100644 --- a/lisp/emerge.el +++ b/lisp/emerge.el @@ -2,6 +2,8 @@ ;;; The author has placed this file in the public domain. +;; This file is part of GNU Emacs. + ;; Author: Dale R. Worley <worley@world.std.com> ;; Version: 5fsf ;; Keywords: unix, tools @@ -19,6 +21,8 @@ ;; LOST DATA OR LOST PROFITS, OR FOR ANY SPECIAL, INCIDENTAL OR CONSEQUENTIAL ;; DAMAGES. +;;; Commentary: + ;;; Code: ;;;###autoload |