mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Remove some XEmacs compat code from flyspell.el
* lisp/textmodes/flyspell.el (flyspell-display-next-corrections): Remove XEmacs compat code.
This commit is contained in:
parent
cc8b6101f4
commit
bc50a957b1
1 changed files with 1 additions and 3 deletions
|
|
@ -1942,9 +1942,7 @@ before point that's highlighted as misspelled."
|
|||
'face 'flyspell-incorrect
|
||||
string))
|
||||
(setq pos (cdr pos)))
|
||||
(if (fboundp 'display-message)
|
||||
(display-message 'no-log string)
|
||||
(message "%s" string))))
|
||||
(message "%s" string)))
|
||||
|
||||
;;*---------------------------------------------------------------------*/
|
||||
;;* flyspell-abbrev-table ... */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue