diff lisp/textmodes/ooutline.el @ 659:505130d1ddf8

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 22:12:04 +0000
parents 1e0bc00dca7a
children 2e4dd37cf7b2
line wrap: on
line diff
--- a/lisp/textmodes/ooutline.el	Sat May 30 21:11:25 1992 +0000
+++ b/lisp/textmodes/ooutline.el	Sat May 30 22:12:04 1992 +0000
@@ -1,4 +1,5 @@
-;; Outline mode commands for Emacs
+;;; outline.el --- outline mode commands for Emacs
+
 ;; Copyright (C) 1986 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -395,3 +396,4 @@
 	nil
         (point))))
 
+;;; outline.el ends here