From 426f85733656758ca7d3aa7a95af74501cbc489f Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 18 Nov 2005 19:42:08 +0000 Subject: [PATCH] *** empty log message *** --- lisp/longlines.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lisp/longlines.el b/lisp/longlines.el index ec912c5c880..b168db3b6dd 100644 --- a/lisp/longlines.el +++ b/lisp/longlines.el @@ -132,12 +132,6 @@ are indicated with a symbol." (when (and longlines-show-hard-newlines (not longlines-showing)) (longlines-show-hard-newlines)) - (when longlines-auto-wrap - (auto-fill-mode 0) - (add-hook 'after-change-functions - 'longlines-after-change-function nil t) - (add-hook 'post-command-hook - 'longlines-post-command-function nil t)) ;; Hacks to make longlines play nice with various modes. (cond ((eq major-mode 'mail-mode) @@ -151,7 +145,13 @@ are indicated with a symbol." (list message-indent-citation-function))) (add-to-list 'message-indent-citation-function 'longlines-decode-region t))) - ) + + (when longlines-auto-wrap + (auto-fill-mode 0) + (add-hook 'after-change-functions + 'longlines-after-change-function nil t) + (add-hook 'post-command-hook + 'longlines-post-command-function nil t))) ;; Turn off longlines mode (setq buffer-file-format (delete 'longlines buffer-file-format)) (if longlines-showing -- 2.39.2