changeset 47988:c392f8b359aa

(outline-minor-mode): Add customization group. Patch from Matthew Swift <swift@alum.mit.edu>.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 24 Oct 2002 08:18:10 +0000
parents b30942bd85f3
children 9a0bf4470a6b
files lisp/textmodes/outline.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/outline.el	Thu Oct 24 08:03:41 2002 +0000
+++ b/lisp/textmodes/outline.el	Thu Oct 24 08:18:10 2002 +0000
@@ -270,6 +270,7 @@
 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.