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.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to