[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/obsolete/ooutline.el
From: |
Lute Kamstra |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/obsolete/ooutline.el |
Date: |
Thu, 26 May 2005 11:24:51 -0400 |
Index: emacs/lisp/obsolete/ooutline.el
diff -c emacs/lisp/obsolete/ooutline.el:1.4 emacs/lisp/obsolete/ooutline.el:1.5
*** emacs/lisp/obsolete/ooutline.el:1.4 Mon Sep 1 15:45:33 2003
--- emacs/lisp/obsolete/ooutline.el Thu May 26 15:24:51 2005
***************
*** 224,230 ****
(setq font-lock-defaults '(outline-font-lock-keywords t))
(make-local-variable 'change-major-mode-hook)
(add-hook 'change-major-mode-hook 'show-all)
! (run-hooks 'text-mode-hook 'outline-mode-hook))
(defcustom outline-minor-mode-prefix "\C-c@"
"*Prefix key to use for Outline commands in Outline minor mode.
--- 224,230 ----
(setq font-lock-defaults '(outline-font-lock-keywords t))
(make-local-variable 'change-major-mode-hook)
(add-hook 'change-major-mode-hook 'show-all)
! (run-mode-hooks 'text-mode-hook 'outline-mode-hook))
(defcustom outline-minor-mode-prefix "\C-c@"
"*Prefix key to use for Outline commands in Outline minor mode.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/obsolete/ooutline.el,
Lute Kamstra <=