]> git.eshelyaron.com Git - emacs.git/commitdiff
(outline-minor-mode-prefix): Change to C-c @.
authorRichard M. Stallman <rms@gnu.org>
Tue, 2 May 1995 01:50:32 +0000 (01:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 2 May 1995 01:50:32 +0000 (01:50 +0000)
lisp/textmodes/ooutline.el
lisp/textmodes/outline.el

index e3752c6c75ce61aae71058cd689da86c13ec582a..6046de427c45b6e150a0ada33ddabcccf804d0d2 100644 (file)
@@ -213,7 +213,7 @@ Turning on outline mode calls the value of `text-mode-hook' and then of
   (add-hook 'change-major-mode-hook 'show-all)
   (run-hooks 'text-mode-hook 'outline-mode-hook))
 
-(defvar outline-minor-mode-prefix "\C-c\C-o"
+(defvar outline-minor-mode-prefix "\C-c@"
   "*Prefix key to use for Outline commands in Outline minor mode.
 The value of this variable is checked as part of loading Outline mode.
 After that, changing the prefix key requires manipulating keymaps.")
index 870a3fe85b68a0f4a7d06e1489eb5c30f7e45a4d..2b5256b91f82542578367f84e6f7a220a68af2cd 100644 (file)
@@ -216,7 +216,7 @@ Turning on outline mode calls the value of `text-mode-hook' and then of
   (add-hook 'change-major-mode-hook 'show-all)
   (run-hooks 'text-mode-hook 'outline-mode-hook))
 
-(defvar outline-minor-mode-prefix "\C-c\C-o"
+(defvar outline-minor-mode-prefix "\C-c@"
   "*Prefix key to use for Outline commands in Outline minor mode.
 The value of this variable is checked as part of loading Outline mode.
 After that, changing the prefix key requires manipulating keymaps.")