]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't require font-lock.
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 Aug 1998 00:58:10 +0000 (00:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 Aug 1998 00:58:10 +0000 (00:58 +0000)
lisp/textmodes/flyspell.el

index f9050122f771fae3259a10681ea070528267ddd7..4035cf57071047460ea9b958e635cef2d65c8e7e 100644 (file)
@@ -42,7 +42,6 @@
 ;;    (add-hook 'mail-send-hook 'flyspell-mode-off)
 
 ;;; Code:
-(require 'font-lock)
 (require 'ispell)
 
 ;*---------------------------------------------------------------------*/