Mercurial > emacs
changeset 22963:424ac751577a
Don't require font-lock.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 09 Aug 1998 00:58:10 +0000 |
parents | f4509374e88e |
children | 87f4c88f4c59 |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el Sat Aug 08 23:44:03 1998 +0000 +++ b/lisp/textmodes/flyspell.el Sun Aug 09 00:58:10 1998 +0000 @@ -42,7 +42,6 @@ ;; (add-hook 'mail-send-hook 'flyspell-mode-off) ;;; Code: -(require 'font-lock) (require 'ispell) ;*---------------------------------------------------------------------*/