changeset 11736:07ac8009368c

Provide noutline as well as outline.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 May 1995 17:32:17 +0000
parents f2f0f3b55a7e
children 9b62959880f4
files lisp/textmodes/outline.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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