aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 67ae28a488f..419176d06c8 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1104,7 +1104,7 @@ struct Lisp_Symbol
1104 union Lisp_Fwd *fwd; 1104 union Lisp_Fwd *fwd;
1105 } val; 1105 } val;
1106 1106
1107 /* Function value of the symbol or Qunbound if not fboundp. */ 1107 /* Function value of the symbol or Qnil if not fboundp. */
1108 Lisp_Object function; 1108 Lisp_Object function;
1109 1109
1110 /* The symbol's property list. */ 1110 /* The symbol's property list. */
@@ -1649,10 +1649,6 @@ typedef struct {
1649 int mouse_face_face_id; 1649 int mouse_face_face_id;
1650 Lisp_Object mouse_face_overlay; 1650 Lisp_Object mouse_face_overlay;
1651 1651
1652 /* 1 if a mouse motion event came and we didn't handle it right away because
1653 gc was in progress. */
1654 int mouse_face_deferred_gc;
1655
1656 /* FRAME and X, Y position of mouse when last checked for 1652 /* FRAME and X, Y position of mouse when last checked for
1657 highlighting. X and Y can be negative or out of range for the frame. */ 1653 highlighting. X and Y can be negative or out of range for the frame. */
1658 struct frame *mouse_face_mouse_frame; 1654 struct frame *mouse_face_mouse_frame;