From 2667df428475d93669c3af8d23969c1836bfca09 Mon Sep 17 00:00:00 2001 From: Simon Marshall Date: Wed, 12 Oct 1994 09:10:05 +0000 Subject: [PATCH] * sendmail.el: (mail-mode): Set font-lock-defaults. --- lisp/mail/sendmail.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index a2719857b2..6621a72b5b 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -264,8 +264,8 @@ C-c C-v mail-sent-via (add a sent-via field for each To or CC)." (setq major-mode 'mail-mode) (setq mode-name "Mail") (setq buffer-offer-save t) - (make-local-variable 'font-lock-keywords) - (setq font-lock-keywords mail-font-lock-keywords) + (make-local-variable 'font-lock-defaults) + (setq font-lock-defaults '(mail-font-lock-keywords t)) (make-local-variable 'paragraph-separate) (make-local-variable 'paragraph-start) (setq paragraph-start (concat "^" mail-header-separator -- 2.39.2