]> git.eshelyaron.com Git - emacs.git/commitdiff
Provide noutline as well as outline.
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 May 1995 17:32:17 +0000 (17:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 May 1995 17:32:17 +0000 (17:32 +0000)
lisp/textmodes/outline.el

index d05dff58d10ebe2981d7bed1960b1fa2546e3119..b169396ef20bfe058597c5d79e320306b7362084 100644 (file)
@@ -636,5 +636,6 @@ Stop at the first and last subheadings of a superior heading."
         (point))))
 
 (provide 'outline)
+(provide 'noutline)
 
 ;;; outline.el ends here