X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fmessagexmas.el;h=a375cd1490e31747f8590d385cf4d0622b6ca662;hb=91b8a79115669747aea87e57853de0972f826b7b;hp=4fd13d20794da267c5b036aceb9ecb8e75e71bbc;hpb=4c2e20a67169654caf07221554d9e637d3f7bbfa;p=elisp%2Fgnus.git- diff --git a/lisp/messagexmas.el b/lisp/messagexmas.el index 4fd13d2..7e3edd3 100644 --- a/lisp/messagexmas.el +++ b/lisp/messagexmas.el @@ -1,7 +1,7 @@ ;;; messagexmas.el --- XEmacs extensions to message -;; Copyright (C) 1996,97 Free Software Foundation, Inc. +;; Copyright (C) 1996,97,98 Free Software Foundation, Inc. -;; Author: Lars Magne Ingebrigtsen +;; Author: Lars Magne Ingebrigtsen ;; Keywords: mail, news ;; This file is part of GNU Emacs. @@ -93,9 +93,8 @@ If it is non-nil, it must be a toolbar. The five legal values are (fset 'message-exchange-point-and-mark 'message-xmas-exchange-point-and-mark) (defun message-xmas-maybe-fontify () - (when (and (featurep 'font-lock) - font-lock-auto-fontify) - (turn-on-font-lock))) + (when (featurep 'font-lock) + (font-lock-set-defaults))) (defun message-xmas-make-caesar-translation-table (n) "Create a rot table with offset N."