# HG changeset patch # User Richard M. Stallman # Date 799867937 0 # Node ID 07ac8009368c5c7a174b62a4fe8887d2256f75cc # Parent f2f0f3b55a7e74c812e47023f8372c866f962c9e Provide noutline as well as outline. diff -r f2f0f3b55a7e -r 07ac8009368c lisp/textmodes/outline.el --- a/lisp/textmodes/outline.el Sun May 07 17:30:36 1995 +0000 +++ b/lisp/textmodes/outline.el Sun May 07 17:32:17 1995 +0000 @@ -636,5 +636,6 @@ (point)))) (provide 'outline) +(provide 'noutline) ;;; outline.el ends here