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
7273faa1
Commit
7273faa1
authored
Oct 30, 2002
by
Dave Love
Browse files
Comment.
parent
ee648c11
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
src/buffer.c
src/buffer.c
+2
-2
src/insdel.c
src/insdel.c
+1
-1
src/termhooks.h
src/termhooks.h
+1
-3
No files found.
src/buffer.c
View file @
7273faa1
...
@@ -4403,8 +4403,8 @@ static int mmap_initialized_p;
...
@@ -4403,8 +4403,8 @@ static int mmap_initialized_p;
#define MEM_ALIGN sizeof (double)
#define MEM_ALIGN sizeof (double)
/* Predicate returning true if part of the address range [START ..
/* Predicate returning true if part of the address range [START ..
END]
END[
is currently mapped. Used to prevent overwriting an existing
is currently mapped. Used to prevent overwriting an existing
memory mapping.
memory mapping.
Default is to conservativly assume the address range is occupied by
Default is to conservativly assume the address range is occupied by
...
...
src/insdel.c
View file @
7273faa1
...
@@ -573,7 +573,7 @@ make_gap_larger (nbytes_added)
...
@@ -573,7 +573,7 @@ make_gap_larger (nbytes_added)
}
}
/* Make the gap NBYTES_REMOVED bytes shorte
d
. */
/* Make the gap NBYTES_REMOVED bytes shorte
r
. */
void
void
make_gap_smaller (nbytes_removed)
make_gap_smaller (nbytes_removed)
...
...
src/termhooks.h
View file @
7273faa1
...
@@ -215,9 +215,7 @@ enum event_kind
...
@@ -215,9 +215,7 @@ enum event_kind
MULTIBYTE_CHAR_KEYSTROKE_EVENT
,
/* The multibyte char code is in .code,
MULTIBYTE_CHAR_KEYSTROKE_EVENT
,
/* The multibyte char code is in .code,
perhaps with modifiers applied.
perhaps with modifiers applied.
The others are the same as
The others are the same as
ASCII_KEYSTROKE_EVENT. This type of event
ASCII_KEYSTROKE_EVENT. */
is generated only when we are using
XIM on X window. */
NON_ASCII_KEYSTROKE_EVENT
,
/* .code is a number identifying the
NON_ASCII_KEYSTROKE_EVENT
,
/* .code is a number identifying the
function key. A code N represents
function key. A code N represents
a key whose name is
a key whose name is
...
...
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