emacs-diffs
[Top][All Lists]
Advanced

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

master bc50a957b1 3/5: Remove some XEmacs compat code from flyspell.el


From: Stefan Kangas
Subject: master bc50a957b1 3/5: Remove some XEmacs compat code from flyspell.el
Date: Fri, 13 May 2022 17:18:49 -0400 (EDT)

branch: master
commit bc50a957b1e3a20abe118e2c3365828d4e9e6ef9
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Remove some XEmacs compat code from flyspell.el
    
    * lisp/textmodes/flyspell.el (flyspell-display-next-corrections):
    Remove XEmacs compat code.
---
 lisp/textmodes/flyspell.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 5de04b12d4..2c5e30fecd 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -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 ...                                        */



reply via email to

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