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

lisp/ChangeLog
lisp/textmodes/outline.el

index 6668f15b4f55c121f266f4a21de8e7168b830eac..14ed6cdf9995b2c180e00d1e315ad6a5269ab626 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  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
 
        * woman.el: Updated user interface generally, especially Cygwin
index 4346c0eddf2b5d55ceaafc1fd4197286800a55fc..e3bff3a174e6ec74fd440a49be880ab4157b552c 100644 (file)
@@ -270,6 +270,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-minor-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.