summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-05-07 17:32:17 +0000
committerRichard M. Stallman <rms@gnu.org>1995-05-07 17:32:17 +0000
commit319e5bb94c16b92e8427cfaf68eb57ce7b95c36b (patch)
tree54778ae2ad9b2777a4dbde48e750b137f7c2f6a2 /lisp/textmodes
parent616aba05328716766e51fd113b0989157ef8ce1c (diff)
downloademacs-319e5bb94c16b92e8427cfaf68eb57ce7b95c36b.tar.gz
Provide noutline as well as outline.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/outline.el1
1 files changed, 1 insertions, 0 deletions
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