diff lisp/textmodes/outline.el @ 11713:5306e71f486c

All autoload cookies disabled.
author Richard M. Stallman <rms@gnu.org>
date Sat, 06 May 1995 01:52:22 +0000
parents 290970a12db9
children 07ac8009368c
line wrap: on
line diff
--- a/lisp/textmodes/outline.el	Sat May 06 01:45:50 1995 +0000
+++ b/lisp/textmodes/outline.el	Sat May 06 01:52:22 1995 +0000
@@ -1,5 +1,5 @@
 ;;; outline.el --- outline mode commands for Emacs
-;; Copyright (C) 1986, 1993, 1994 Free Software Foundation, Inc.
+;; Copyright (C) 1986, 1993, 1994, 1995 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: outlines
@@ -149,7 +149,7 @@
     ("\\[\\([A-Z][A-Za-z]+\\)*[0-9]+\\]" . font-lock-type-face))
   "Additional expressions to highlight in Outline mode.")
 
-;;;###autoload
+;;;autoload
 (defun outline-mode ()
   "Set major mode for editing outlines with selective display.
 Headings are lines which start with asterisks: one for major headings,
@@ -235,7 +235,7 @@
 	  (cons (cons 'outline-minor-mode outline-minor-mode-map)
 		minor-mode-map-alist)))
 
-;;;###autoload
+;;;autoload
 (defun outline-minor-mode (&optional arg)
   "Toggle Outline minor mode.
 With arg, turn Outline minor mode on if arg is positive, off otherwise.