(outline-minor-mode): Add customization group.

Patch from Matthew Swift <swift@alum.mit.edu>.
This commit is contained in:
Juanma Barranquero 2002-10-24 08:18:43 +00:00
parent 991234f01a
commit 5748c2e8d4
2 changed files with 6 additions and 0 deletions

View 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

View 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.