diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-07-07 23:22:11 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-07-07 23:22:28 -0700 |
commit | ee883189d441b45dc343905074db5187ec900e26 (patch) | |
tree | 6b2661a61d55eb8c3658d707225166810b984345 /src/xselect.c | |
parent | b5e0dfacadc59c1a01bcbdd1de2325f4843adb31 (diff) | |
download | emacs-ee883189d441b45dc343905074db5187ec900e26.tar.gz emacs-ee883189d441b45dc343905074db5187ec900e26.tar.bz2 emacs-ee883189d441b45dc343905074db5187ec900e26.zip |
* src/xselect.c: Fix comment.
Diffstat (limited to 'src/xselect.c')
-rw-r--r-- | src/xselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c index c5085f7e7b4..ed68e4b1a6d 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> |