* keyboard.c (Qdeactivate_mark): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 May 2014 22:59:36 +0000 (15:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 May 2014 22:59:36 +0000 (15:59 -0700)
src/ChangeLog
src/keyboard.c

index e79c163..587efbd 100644 (file)
@@ -1,3 +1,7 @@
+2014-05-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * keyboard.c (Qdeactivate_mark): Now static.
+
 2014-05-13  Dmitry Antipov  <dmantipov@yandex.ru>
 
        If available, use Xfixes extension to do pointer blanking.
index a5a9ad9..26afc02 100644 (file)
@@ -235,7 +235,7 @@ static Lisp_Object read_key_sequence_remapped;
 
 static Lisp_Object Qinput_method_function;
 
-Lisp_Object Qdeactivate_mark;
+static Lisp_Object Qdeactivate_mark;
 
 Lisp_Object Qrecompute_lucid_menubar, Qactivate_menubar_hook;