1
Fork 0
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:
Stefan Kangas 2022-05-13 22:21:35 +02:00
parent cc8b6101f4
commit bc50a957b1

View file

@ -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 ... */