We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd868c5 commit be3b6f3Copy full SHA for be3b6f3
src/wrterm.c
@@ -1,6 +1,7 @@
1
#include <config.h>
2
#include "term.h"
3
#include "lisp.h"
4
+#include "wrterm.h"
5
6
void
7
syms_of_wrterm (void)
src/wrterm.h
@@ -176,5 +176,6 @@ extern void syms_of_wrfns (void);
176
177
EXFUN (Fxw_display_color_p, 1);
178
EXFUN (Fx_display_grayscale_p, 1);
179
+EXFUN (Fx_hide_tip, 0);
180
181
#endif // __WRTERM_H_
0 commit comments