Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d17cf4eb
Commit
d17cf4eb
authored
Jun 04, 2007
by
Dan Nicolaescu
Browse files
(x_handle_selection_clear): Only access
terminal->kboard when MULTI_KBOARD is defined.
parent
88acaaf2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog.multi-tty
src/ChangeLog.multi-tty
+3
-0
src/xselect.c
src/xselect.c
+3
-1
No files found.
src/ChangeLog.multi-tty
View file @
d17cf4eb
2007-06-03 Dan Nicolaescu <dann@ics.uci.edu>
* xselect.c (x_handle_selection_clear): Only access
terminal->kboard when MULTI_KBOARD is defined.
* term.c (init_tty): Use terminal specific mouse_position_hook.
* macterm.c (mac_create_terminal): Indent and rearrange to be more
...
...
src/xselect.c
View file @
d17cf4eb
...
...
@@ -1022,6 +1022,7 @@ x_handle_selection_clear (event)
TRACE0
(
"x_handle_selection_clear"
);
#ifdef MULTI_KBOARD
/* If the new selection owner is also Emacs,
don't clear the new selection. */
BLOCK_INPUT
;
...
...
@@ -1040,7 +1041,8 @@ x_handle_selection_clear (event)
}
}
UNBLOCK_INPUT
;
#endif
selection_symbol
=
x_atom_to_symbol
(
display
,
selection
);
local_selection_data
=
assq_no_quit
(
selection_symbol
,
Vselection_alist
);
...
...
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