/[emacs]/emacs/lisp/textmodes/flyspell.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/flyspell.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.57 by monnier, Tue Nov 16 15:29:10 2004 UTC revision 1.58 by rms, Sun Feb 27 10:36:38 2005 UTC
# Line 543  in your .emacs file. Line 543  in your .emacs file.
543    "Turn Flyspell mode on.  Do not use this; use `flyspell-mode' instead."    "Turn Flyspell mode on.  Do not use this; use `flyspell-mode' instead."
544    (setq ispell-highlight-face 'flyspell-incorrect-face)    (setq ispell-highlight-face 'flyspell-incorrect-face)
545    ;; local dictionaries setup    ;; local dictionaries setup
546    (ispell-change-dictionary    (or ispell-local-dictionary ispell-dictionary
547     (or ispell-local-dictionary ispell-dictionary flyspell-default-dictionary))        (if flyspell-default-dictionary
548              (ispell-change-dictionary flyspell-default-dictionary)))
549    ;; we have to force ispell to accept the local definition or    ;; we have to force ispell to accept the local definition or
550    ;; otherwise it could be too late, the local dictionary may    ;; otherwise it could be too late, the local dictionary may
551    ;; be forgotten!    ;; be forgotten!

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26