(outline-minor-mode): Add customization group.
Patch from Matthew Swift <swift@alum.mit.edu>.
This commit is contained in:
parent
991234f01a
commit
5748c2e8d4
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue