]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/xselect.c: Fix comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 8 Jul 2019 06:22:11 +0000 (23:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 8 Jul 2019 06:22:28 +0000 (23:22 -0700)
src/xselect.c

index c5085f7e7b42659335fd5e166064477cd2606bcb..ed68e4b1a6d32af3ee0b0ab145e194f0579aa483 100644 (file)
@@ -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>