mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(mail-mode): Undo half of last change.
This commit is contained in:
parent
e30ce0986a
commit
4003548799
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* mail/sendmail.el (mail-mode): Undo half of last change.
|
||||
|
||||
* indent.el (indent-for-tab-command): Remove spurious code.
|
||||
|
||||
* hi-lock.el (hi-lock-find-patterns): Save restriction.
|
||||
|
|
|
|||
|
|
@ -491,7 +491,7 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and
|
|||
adaptive-fill-regexp))
|
||||
(make-local-variable 'adaptive-fill-first-line-regexp)
|
||||
(setq adaptive-fill-first-line-regexp
|
||||
(concat "[ \t]*[-[:alnum:]]+>+[ \t]*\\|"
|
||||
(concat "[ \t]*[-[:alnum:]]*>+[ \t]*\\|"
|
||||
adaptive-fill-first-line-regexp))
|
||||
;; `-- ' precedes the signature. `-----' appears at the start of the
|
||||
;; lines that delimit forwarded messages.
|
||||
|
|
|
|||
Loading…
Reference in a new issue