emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el
Date: Sun, 27 Feb 2005 05:36:38 -0500

Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.57 
emacs/lisp/textmodes/flyspell.el:1.58
*** emacs/lisp/textmodes/flyspell.el:1.57       Tue Nov 16 15:29:10 2004
--- emacs/lisp/textmodes/flyspell.el    Sun Feb 27 10:36:38 2005
***************
*** 543,550 ****
    "Turn Flyspell mode on.  Do not use this; use `flyspell-mode' instead."
    (setq ispell-highlight-face 'flyspell-incorrect-face)
    ;; local dictionaries setup
!   (ispell-change-dictionary
!    (or ispell-local-dictionary ispell-dictionary flyspell-default-dictionary))
    ;; we have to force ispell to accept the local definition or
    ;; otherwise it could be too late, the local dictionary may
    ;; be forgotten!
--- 543,551 ----
    "Turn Flyspell mode on.  Do not use this; use `flyspell-mode' instead."
    (setq ispell-highlight-face 'flyspell-incorrect-face)
    ;; local dictionaries setup
!   (or ispell-local-dictionary ispell-dictionary
!       (if flyspell-default-dictionary
!         (ispell-change-dictionary flyspell-default-dictionary)))
    ;; we have to force ispell to accept the local definition or
    ;; otherwise it could be too late, the local dictionary may
    ;; be forgotten!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]