diff lisp/textmodes/outline.el @ 11647:290970a12db9

(outline-minor-mode-prefix): Change to C-c @.
author Richard M. Stallman <rms@gnu.org>
date Tue, 02 May 1995 01:50:32 +0000
parents 090333911dc8
children 5306e71f486c
line wrap: on
line diff
--- a/lisp/textmodes/outline.el	Tue May 02 01:44:22 1995 +0000
+++ b/lisp/textmodes/outline.el	Tue May 02 01:50:32 1995 +0000
@@ -216,7 +216,7 @@
   (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.")