From: Po Lu Date: Thu, 9 Mar 2023 11:05:24 +0000 (+0800) Subject: ; * textconv.c: Remove out-of-date comment. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e3c22536f86d468168a1918b3df24f48e3e7d92;p=emacs.git ; * textconv.c: Remove out-of-date comment. --- diff --git a/src/textconv.c b/src/textconv.c index c1ce83b1d7d..3206bb48204 100644 --- a/src/textconv.c +++ b/src/textconv.c @@ -39,12 +39,8 @@ along with GNU Emacs. If not, see . */ -/* The window system's text conversion interface. - NULL when the window system has not set up text conversion. - - This interface will later be heavily extended on the - feature/android branch to deal with Android's much less - straightforward text conversion protocols. */ +/* The window system's text conversion interface. NULL when the + window system has not set up text conversion. */ static struct textconv_interface *text_interface;