Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3246c8b1
Commit
3246c8b1
authored
May 13, 2014
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* keyboard.c (Qdeactivate_mark): Now static.
parent
27a69ff0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/keyboard.c
src/keyboard.c
+1
-1
No files found.
src/ChangeLog
View file @
3246c8b1
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.
...
...
src/keyboard.c
View file @
3246c8b1
...
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment