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
Show 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;
#define MEM_ALIGN sizeof (double)
/* Predicate returning true if part of the address range [START ..
END[
is currently mapped. Used to prevent overwriting an existing
/* Predicate returning true if part of the address range [START ..
END]
is currently mapped. Used to prevent overwriting an existing
memory mapping.
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)
}
/* Make the gap NBYTES_REMOVED bytes shorte
d
. */
/* Make the gap NBYTES_REMOVED bytes shorte
r
. */
void
make_gap_smaller
(
nbytes_removed
)
...
...
src/termhooks.h
View file @
7273faa1
...
...
@@ -215,9 +215,7 @@ enum event_kind
MULTIBYTE_CHAR_KEYSTROKE_EVENT
,
/* The multibyte char code is in .code,
perhaps with modifiers applied.
The others are the same as
ASCII_KEYSTROKE_EVENT. This type of event
is generated only when we are using
XIM on X window. */
ASCII_KEYSTROKE_EVENT. */
NON_ASCII_KEYSTROKE_EVENT
,
/* .code is a number identifying the
function key. A code N represents
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