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
abe80cc6
Commit
abe80cc6
authored
Jun 18, 2011
by
Paul Eggert
Browse files
* insdel.c: Omit unnecessary forward decls, to simplify future changes.
parent
53b2623d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
src/ChangeLog
src/ChangeLog
+2
-1
src/insdel.c
src/insdel.c
+0
-6
No files found.
src/ChangeLog
View file @
abe80cc6
...
@@ -10,7 +10,8 @@
...
@@ -10,7 +10,8 @@
* composite.c (composition_gstring_put_cache):
* composite.c (composition_gstring_put_cache):
* ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
* ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
* editfns.c: Omit unnecessary forward decls, to simplify future changes.
* editfns.c, insdel.c:
Omit unnecessary forward decls, to simplify future changes.
* ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
* ftfont.c (ftfont_shape_by_flt): Use signed integers for lengths.
...
...
src/insdel.c
View file @
abe80cc6
...
@@ -44,12 +44,6 @@ static void insert_from_buffer_1 (struct buffer *buf,
...
@@ -44,12 +44,6 @@ static void insert_from_buffer_1 (struct buffer *buf,
int
inherit
);
int
inherit
);
static
void
gap_left
(
EMACS_INT
charpos
,
EMACS_INT
bytepos
,
int
newgap
);
static
void
gap_left
(
EMACS_INT
charpos
,
EMACS_INT
bytepos
,
int
newgap
);
static
void
gap_right
(
EMACS_INT
charpos
,
EMACS_INT
bytepos
);
static
void
gap_right
(
EMACS_INT
charpos
,
EMACS_INT
bytepos
);
static
void
adjust_markers_for_insert
(
EMACS_INT
from
,
EMACS_INT
from_byte
,
EMACS_INT
to
,
EMACS_INT
to_byte
,
int
before_markers
);
static
void
adjust_markers_for_replace
(
EMACS_INT
,
EMACS_INT
,
EMACS_INT
,
EMACS_INT
,
EMACS_INT
,
EMACS_INT
);
static
void
adjust_point
(
EMACS_INT
nchars
,
EMACS_INT
nbytes
);
static
Lisp_Object
Fcombine_after_change_execute
(
void
);
static
Lisp_Object
Fcombine_after_change_execute
(
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