diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 09:10:19 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 09:10:19 +0000 |
commit | 6e44da43b16bf0fcf972f14ed43964c6ce9188e9 (patch) | |
tree | b5a4140e52239c40503acd608a38dbab05f6aaf1 /lisp/play/fortune.el | |
parent | 6033fc96b6ea88d9f47fd00edb3fb8eeafd9f8e7 (diff) | |
download | emacs-6e44da43b16bf0fcf972f14ed43964c6ce9188e9.tar.gz emacs-6e44da43b16bf0fcf972f14ed43964c6ce9188e9.tar.bz2 emacs-6e44da43b16bf0fcf972f14ed43964c6ce9188e9.zip |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/play/fortune.el')
-rw-r--r-- | lisp/play/fortune.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/play/fortune.el b/lisp/play/fortune.el index 4977ff8274f..aab77fa2435 100644 --- a/lisp/play/fortune.el +++ b/lisp/play/fortune.el @@ -1,10 +1,10 @@ -;;; fortune.el --- Use fortune to create signatures +;;; fortune.el --- use fortune to create signatures ;; Copyright (C) 1999, 2001 Free Software Foundation, Inc. ;; Author: Holger Schauer <Holger.Schauer@gmx.de> ;; Keywords: games utils mail -;; This file is part of Emacs. +;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -340,4 +340,3 @@ and choose the directory as the fortune-file." (provide 'fortune) ;;; fortune.el ends here - |