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
722e028b
Commit
722e028b
authored
Jul 19, 2011
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix incorrect comment.
parent
ebfa62c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/termhooks.h
src/termhooks.h
+3
-3
No files found.
src/termhooks.h
View file @
722e028b
...
...
@@ -288,12 +288,12 @@ enum {
/* The next four modifier bits are used also in keyboard events at
the Lisp level.
It's probably not the greatest idea to use the 2^2
3
bit for any
It's probably not the greatest idea to use the 2^2
8
bit for any
modifier. It may or may not be the sign bit, depending on
VAL
BITS, so using it to represent a modifier key means that
FIXNUM_
BITS, so using it to represent a modifier key means that
characters thus modified have different integer equivalents
depending on the architecture they're running on. Oh, and
applying XINT to a character whose 2^2
3
bit is set sign-extend
s
applying XINT to a character whose 2^2
8
bit is set
might
sign-extend
it, so you get a bunch of bits in the mask you didn't want.
The CHAR_ macros are defined in lisp.h. */
...
...
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