]> git.eshelyaron.com Git - emacs.git/commitdiff
(outline-mode): Autoload cookie deleted.
authorRichard M. Stallman <rms@gnu.org>
Wed, 7 May 1997 03:57:29 +0000 (03:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 7 May 1997 03:57:29 +0000 (03:57 +0000)
(outline-minor-mode): Likewise.

lisp/textmodes/ooutline.el

index 558d0a1cffcac3f99a2431ea6a7e2943ae1e45b5..8eee5de2f8f89b631c5b136c02db1e0810cc87a7 100644 (file)
@@ -163,7 +163,6 @@ in the file it applies to."
     ("\\[\\([A-Z][A-Za-z]+\\)*[0-9]+\\]" . font-lock-type-face))
   "Additional expressions to highlight in Outline mode.")
 
-;;;###autoload
 (defun outline-mode ()
   "Set major mode for editing outlines with selective display.
 Headings are lines which start with asterisks: one for major headings,
@@ -248,7 +247,6 @@ After that, changing the prefix key requires manipulating keymaps."
          (cons (cons 'outline-minor-mode outline-minor-mode-map)
                minor-mode-map-alist)))
 
-;;;###autoload
 (defun outline-minor-mode (&optional arg)
   "Toggle Outline minor mode.
 With arg, turn Outline minor mode on if arg is positive, off otherwise.