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
b819f760
Commit
b819f760
authored
Aug 31, 2010
by
Stefan Monnier
Browse files
* src/keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
parent
61f7096c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/keyboard.c
src/keyboard.c
+5
-0
No files found.
src/ChangeLog
View file @
b819f760
2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
* keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
2010-08-31 Chong Yidong <cyd@stupidchicken.com>
* keyboard.c (command_loop_1): Don't call x-set-selection on tty.
...
...
src/keyboard.c
View file @
b819f760
...
...
@@ -1493,6 +1493,11 @@ cancel_hourglass_unwind (Lisp_Object arg)
}
#endif
/* FIXME: This is wrong rather than test window-system, we should call
a new set-selection, which will then dispatch to x-set-selection, or
tty-set-selection, or w32-set-selection, ... */
EXFUN (Fwindow_system, 1);
Lisp_Object
command_loop_1 (void)
{
...
...
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