comparison lisp/mail/mh-comp.el @ 10875:dd15c3dee99b

(mh-letter-mode): Remove ^ from paragraph-start & paragraph-separate.
author Boris Goldowsky <boris@gnu.org>
date Wed, 01 Mar 1995 16:03:33 +0000
parents a1b8926f7ece
children c9c652970786
comparison
equal deleted inserted replaced
10874:7ad2cc4e9963 10875:dd15c3dee99b
580 580
581 (interactive) 581 (interactive)
582 (or mh-user-path (mh-find-path)) 582 (or mh-user-path (mh-find-path))
583 (kill-all-local-variables) 583 (kill-all-local-variables)
584 (make-local-variable 'paragraph-start) 584 (make-local-variable 'paragraph-start)
585 (setq paragraph-start (concat "^[ \t]*[-_][-_][-_]+$\\|" paragraph-start)) 585 (setq paragraph-start (concat "[ \t]*[-_][-_][-_]+$\\|" paragraph-start))
586 (make-local-variable 'paragraph-separate) 586 (make-local-variable 'paragraph-separate)
587 (setq paragraph-separate 587 (setq paragraph-separate
588 (concat "^[ \t]*[-_][-_][-_]+$\\|" paragraph-separate)) 588 (concat "[ \t]*[-_][-_][-_]+$\\|" paragraph-separate))
589 (make-local-variable 'mh-send-args) 589 (make-local-variable 'mh-send-args)
590 (make-local-variable 'mh-annotate-char) 590 (make-local-variable 'mh-annotate-char)
591 (make-local-variable 'mh-annotate-field) 591 (make-local-variable 'mh-annotate-field)
592 (make-local-variable 'mh-previous-window-config) 592 (make-local-variable 'mh-previous-window-config)
593 (make-local-variable 'mh-sent-from-folder) 593 (make-local-variable 'mh-sent-from-folder)