aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-08-09 00:58:10 +0000
committerRichard M. Stallman <[email protected]>1998-08-09 00:58:10 +0000
commit3527740ceda00be08d29d7f855adfbe67335a709 (patch)
treeeb8a0aff978002c0db4e95ff98ff1a6c01a0aa01 /lisp
parent2ed1f669bd405f98359509dd8649b5df872ea472 (diff)
Don't require font-lock.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/flyspell.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index f9050122f7..4035cf5707 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -42,7 +42,6 @@
;; (add-hook 'mail-send-hook 'flyspell-mode-off)
;;; Code:
-(require 'font-lock)
(require 'ispell)
;*---------------------------------------------------------------------*/