]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/xfns.c: Make some non-exported vars static.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Feb 2018 17:10:55 +0000 (09:10 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Feb 2018 17:11:25 +0000 (09:11 -0800)
src/xfns.c

index 92cd12be1645bd78570d265d6fbb4fcd6fc54ad3..db1ce31102194dd36406cb46fefa05f49ead11c3 100644 (file)
@@ -6064,7 +6064,7 @@ static void compute_tip_xy (struct frame *, Lisp_Object, Lisp_Object,
                            Lisp_Object, int, int, int *, int *);
 
 /* The frame of the currently visible tooltip.  */
-Lisp_Object tip_frame;
+static Lisp_Object tip_frame;
 
 /* The window-system window corresponding to the frame of the
    currently visible tooltip.  */
@@ -6072,16 +6072,16 @@ Window tip_window;
 
 /* A timer that hides or deletes the currently visible tooltip when it
    fires.  */
-Lisp_Object tip_timer;
+static Lisp_Object tip_timer;
 
 /* STRING argument of last `x-show-tip' call.  */
-Lisp_Object tip_last_string;
+static Lisp_Object tip_last_string;
 
 /* FRAME argument of last `x-show-tip' call.  */
-Lisp_Object tip_last_frame;
+static Lisp_Object tip_last_frame;
 
 /* PARMS argument of last `x-show-tip' call.  */
-Lisp_Object tip_last_parms;
+static Lisp_Object tip_last_parms;
 
 
 static void