emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master ee88318: * src/xselect.c: Fix comment.


From: Paul Eggert
Subject: [Emacs-diffs] master ee88318: * src/xselect.c: Fix comment.
Date: Mon, 8 Jul 2019 02:22:34 -0400 (EDT)

branch: master
commit ee883189d441b45dc343905074db5187ec900e26
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/xselect.c: Fix comment.
---
 src/xselect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xselect.c b/src/xselect.c
index c5085f7..ed68e4b 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -21,7 +21,7 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>.  */
 
 #include <config.h>
 #include <limits.h>
-#include <stdio.h>      /* termhooks.h needs this */
+#include <stdio.h>      /* TRACE_SELECTION needs this.  */
 
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>



reply via email to

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