diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:12:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:12:08 +0000 |
commit | 1c5bd65eeb5e36c59e4dc0b74dd89118f07b599c (patch) | |
tree | 68ee294467ed1fab8e9e66d47928c7be9ddb88de /lisp/informat.el | |
parent | 5c34f1fc000ee9a38b100315103b0dde4a5fe964 (diff) | |
download | emacs-1c5bd65eeb5e36c59e4dc0b74dd89118f07b599c.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/informat.el')
-rw-r--r-- | lisp/informat.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/informat.el b/lisp/informat.el index 1f91cb5b8be..939b1cbb632 100644 --- a/lisp/informat.el +++ b/lisp/informat.el @@ -1,4 +1,5 @@ -;; Info support functions package for Emacs +;;; informat.el --- info support functions package for Emacs + ;; Copyright (C) 1986 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -413,3 +414,5 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"" (save-buffer)))) (error (message ">> Error: %s" (prin1-to-string err)))))) (kill-emacs error)))) + +;;; informat.el ends here |