aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorKenichi Handa2012-11-23 23:36:24 +0900
committerKenichi Handa2012-11-23 23:36:24 +0900
commit2aaec2d9be5cec44ea3b59cba476fd3e091f2fc9 (patch)
tree3711b97807201b7eeaa066003b1c3a4ce929e5bb /src/lisp.h
parente1d276cbf9e18f13101328f56bed1a1c0a66e63a (diff)
parente7d0e5ee247a155a268ffbf80bedbe25e15b5032 (diff)
downloademacs-2aaec2d9be5cec44ea3b59cba476fd3e091f2fc9.tar.gz
emacs-2aaec2d9be5cec44ea3b59cba476fd3e091f2fc9.zip
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;