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
841f1b75
Commit
841f1b75
authored
May 12, 2011
by
Paul Eggert
Browse files
* xselect.c (last_event_timestamp): Remove duplicate decl.
parent
d230cb74
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
src/ChangeLog
src/ChangeLog
+2
-0
src/xselect.c
src/xselect.c
+0
-4
No files found.
src/ChangeLog
View file @
841f1b75
2011-05-12 Paul Eggert <eggert@cs.ucla.edu>
* xselect.c (last_event_timestamp): Remove duplicate decl.
* xmenu.c (set_frame_menubar): Use int, not EMACS_UINT, for indexes
that always fit in int. Use a sentinel instead of a counter, to
avoid a temp and to allay GCC's concerns about possible int overflow.
...
...
src/xselect.c
View file @
841f1b75
...
...
@@ -121,10 +121,6 @@ static Lisp_Object Qforeign_selection;
#define SELECTION_QUANTUM(dpy) ((XMaxRequestSize(dpy) << 2) - 100)
/* The timestamp of the last input event Emacs received from the X server. */
/* Defined in keyboard.c. */
extern unsigned long last_event_timestamp;
/* This is an association list whose elements are of the form
( SELECTION-NAME SELECTION-VALUE SELECTION-TIMESTAMP FRAME)
SELECTION-NAME is a lisp symbol, whose name is the name of an X Atom.
...
...
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