]> git.eshelyaron.com Git - emacs.git/commitdiff
(outline-minor-mode): Add customization group.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 24 Oct 2002 08:20:40 +0000 (08:20 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 24 Oct 2002 08:20:40 +0000 (08:20 +0000)
Patch from Matthew Swift <swift@alum.mit.edu>.

lisp/ChangeLog
lisp/textmodes/outline.el

index 645035f426ca5282309006397b701f10e1e8a788..5be81fc8ac1c7ab64c3d738def65ac8ca831703c 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-24  Juanma Barranquero  <lektu@terra.es>
+
+       * textmodes/outline.el (outline-minor-mode): Add customization group.
+       Patch from Matthew Swift <swift@alum.mit.edu>.
+
 2002-10-23  Richard M. Stallman  <rms@gnu.org>
 
        * files.el (risky-local-variable-p): New function.
index 23d5c1520aa928f6336fb5446a94af231bf49759..dffbbeb7e367367f664ed758a7583295ddf80a56 100644 (file)
@@ -242,6 +242,7 @@ With arg, turn Outline minor mode on if arg is positive, off otherwise.
 See the command `outline-mode' for more information on this mode."
   nil " Outl" (list (cons [menu-bar] outline-mode-menu-bar-map)
                    (cons outline-minor-mode-prefix outline-mode-prefix-map))
+  :group 'outlines
   (if outline-minor-mode
       (progn
        ;; Turn off this mode if we change major modes.