From ac1eea7911d76f976c439addb7e0b405ac721508 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 2 May 1995 01:50:32 +0000 Subject: [PATCH] (outline-minor-mode-prefix): Change to C-c @. --- lisp/textmodes/ooutline.el | 2 +- lisp/textmodes/outline.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.") -- 2.39.5