From: Richard M. Stallman Date: Tue, 2 May 1995 01:50:32 +0000 (+0000) Subject: (outline-minor-mode-prefix): Change to C-c @. X-Git-Tag: emacs-19.34~4211 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac1eea7911d76f976c439addb7e0b405ac721508;p=emacs.git (outline-minor-mode-prefix): Change to C-c @. --- diff --git a/lisp/textmodes/ooutline.el b/lisp/textmodes/ooutline.el index e3752c6c75c..6046de427c4 100644 --- a/lisp/textmodes/ooutline.el +++ b/lisp/textmodes/ooutline.el @@ -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.") diff --git a/lisp/textmodes/outline.el b/lisp/textmodes/outline.el index 870a3fe85b6..2b5256b91f8 100644 --- a/lisp/textmodes/outline.el +++ b/lisp/textmodes/outline.el @@ -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.")