From: Richard M. Stallman Date: Sun, 7 May 1995 17:32:17 +0000 (+0000) Subject: Provide noutline as well as outline. X-Git-Tag: emacs-19.34~4122 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ca5423eb9e298926cddea9697197bf33f1fe208;p=emacs.git Provide noutline as well as outline. --- diff --git a/lisp/textmodes/outline.el b/lisp/textmodes/outline.el index d05dff58d10..b169396ef20 100644 --- a/lisp/textmodes/outline.el +++ b/lisp/textmodes/outline.el @@ -636,5 +636,6 @@ Stop at the first and last subheadings of a superior heading." (point)))) (provide 'outline) +(provide 'noutline) ;;; outline.el ends here