aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 230d81688e1..5d97fc37a06 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -1253,7 +1253,9 @@ DEFUN ("set-face-attribute-internal", Fset_face_attribute_internal,
1253 if (garbaged) 1253 if (garbaged)
1254 { 1254 {
1255 SET_FRAME_GARBAGED (f); 1255 SET_FRAME_GARBAGED (f);
1256#ifdef HAVE_X_WINDOWS
1256 FRAME_X_DISPLAY_INFO (f)->mouse_face_defer = 1; 1257 FRAME_X_DISPLAY_INFO (f)->mouse_face_defer = 1;
1258#endif
1257 } 1259 }
1258 1260
1259 return Qnil; 1261 return Qnil;