comparison 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
comparison
equal deleted inserted replaced
11646:c02ae45063d2 11647:290970a12db9
214 (setq font-lock-defaults '(outline-font-lock-keywords t)) 214 (setq font-lock-defaults '(outline-font-lock-keywords t))
215 (make-local-variable 'change-major-mode-hook) 215 (make-local-variable 'change-major-mode-hook)
216 (add-hook 'change-major-mode-hook 'show-all) 216 (add-hook 'change-major-mode-hook 'show-all)
217 (run-hooks 'text-mode-hook 'outline-mode-hook)) 217 (run-hooks 'text-mode-hook 'outline-mode-hook))
218 218
219 (defvar outline-minor-mode-prefix "\C-c\C-o" 219 (defvar outline-minor-mode-prefix "\C-c@"
220 "*Prefix key to use for Outline commands in Outline minor mode. 220 "*Prefix key to use for Outline commands in Outline minor mode.
221 The value of this variable is checked as part of loading Outline mode. 221 The value of this variable is checked as part of loading Outline mode.
222 After that, changing the prefix key requires manipulating keymaps.") 222 After that, changing the prefix key requires manipulating keymaps.")
223 223
224 (defvar outline-minor-mode-map nil) 224 (defvar outline-minor-mode-map nil)