]> git.eshelyaron.com Git - emacs.git/commit
(flyspell-auto-correct-binding, flyspell-incorrect-face)
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 Jun 2005 21:06:19 +0000 (21:06 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 Jun 2005 21:06:19 +0000 (21:06 +0000)
commit7ad046405db028a9012aeacb8da7b32dc471c905
tree60e357ce99ab331e34c9b0bf35d9df71abcec171
parentf5f870c03cd5cd6805b620cccf0aff4e9951e18c
(flyspell-auto-correct-binding, flyspell-incorrect-face)
(flyspell-duplicate-face): Use (X)Emacs-agnostic code.
(flyspell-mode-map): Don't overwrite at each load.  Remove code
redundant with the subsequent add-minor-mode.  Merge Emacs and XEmacs code.
(flyspell-word): Minor simplification.
(flyspell-math-tex-command-p): Quieten the byte-compiler.
(flyspell-external-point-words): Remove unused vars `size' and `start'.
(flyspell-do-correct): Rename from flyspell-xemacs-correct.
Merge the corresponding Emacs code.
(flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
lisp/ChangeLog
lisp/textmodes/flyspell.el