Mercurial > emacs
comparison lisp/mail/rmailsum.el @ 9482:7330d8566c13
* rmailsum.el: (rmail-summary-mode): Set font-lock-defaults.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Wed, 12 Oct 1994 09:07:32 +0000 |
parents | 99ec41e9cb2e |
children | cde03222210e |
comparison
equal
deleted
inserted
replaced
9481:d39103e3eea2 | 9482:7330d8566c13 |
---|---|
553 (setq rmail-current-message nil) | 553 (setq rmail-current-message nil) |
554 (make-local-variable 'rmail-summary-redo) | 554 (make-local-variable 'rmail-summary-redo) |
555 (setq rmail-summary-redo nil) | 555 (setq rmail-summary-redo nil) |
556 (make-local-variable 'revert-buffer-function) | 556 (make-local-variable 'revert-buffer-function) |
557 (make-local-variable 'post-command-hook) | 557 (make-local-variable 'post-command-hook) |
558 (make-local-variable 'font-lock-keywords) | 558 (make-local-variable 'font-lock-defaults) |
559 (setq font-lock-keywords rmail-summary-font-lock-keywords) | 559 (setq font-lock-defaults '(rmail-summary-font-lock-keywords t)) |
560 (rmail-summary-enable) | 560 (rmail-summary-enable) |
561 (run-hooks 'rmail-summary-mode-hook)) | 561 (run-hooks 'rmail-summary-mode-hook)) |
562 | 562 |
563 ;; Summary features need to be disabled during edit mode. | 563 ;; Summary features need to be disabled during edit mode. |
564 (defun rmail-summary-disable () | 564 (defun rmail-summary-disable () |