* keyboard.c (Qdeactivate_mark): Now static.
This commit is contained in:
parent
27a69ff0e8
commit
3246c8b11a
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue