diff options
| -rw-r--r-- | lisp/textmodes/flyspell.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index f9050122f77..4035cf57071 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -42,7 +42,6 @@ | |||
| 42 | ;; (add-hook 'mail-send-hook 'flyspell-mode-off) | 42 | ;; (add-hook 'mail-send-hook 'flyspell-mode-off) |
| 43 | 43 | ||
| 44 | ;;; Code: | 44 | ;;; Code: |
| 45 | (require 'font-lock) | ||
| 46 | (require 'ispell) | 45 | (require 'ispell) |
| 47 | 46 | ||
| 48 | ;*---------------------------------------------------------------------*/ | 47 | ;*---------------------------------------------------------------------*/ |