comparison lisp/ChangeLog @ 63100:d3c552b53ce8

(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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 06 Jun 2005 21:06:19 +0000
parents 80ef8a2a052d
children 3f08f5c8ef66
comparison
equal deleted inserted replaced
63099:a817e29f8ce0 63100:d3c552b53ce8
1 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca> 1 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/flyspell.el (flyspell-auto-correct-binding)
4 (flyspell-incorrect-face, flyspell-duplicate-face):
5 Use (X)Emacs-agnostic code.
6 (flyspell-mode-map): Don't overwrite at each load. Remove code
7 redundant with the subsequent add-minor-mode. Merge Emacs and
8 XEmacs code.
9 (flyspell-word): Minor simplification.
10 (flyspell-math-tex-command-p): Quieten the byte-compiler.
11 (flyspell-external-point-words): Remove unused vars `size' and `start'.
12 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
13 Merge the corresponding Emacs code.
14 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
2 15
3 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in 16 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
4 a dedicated window. 17 a dedicated window.
5 18
6 * international/latexenc.el (latexenc-find-file-coding-system): 19 * international/latexenc.el (latexenc-find-file-coding-system):