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
ff1aa840
Commit
ff1aa840
authored
Nov 27, 1997
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(record_delete, record_marker_adjustment): Declare them as void.
parent
90dd3e4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/undo.c
src/undo.c
+3
-0
No files found.
src/undo.c
View file @
ff1aa840
...
...
@@ -86,6 +86,7 @@ record_insert (beg, length)
/* Record that a deletion is about to take place,
for LENGTH characters at location BEG. */
void
record_delete
(
beg
,
length
)
int
beg
,
length
;
{
...
...
@@ -134,6 +135,7 @@ record_delete (beg, length)
because that's the only case where an automatic marker adjustment
won't be inverted automatically by undoing the buffer modification. */
void
record_marker_adjustment
(
marker
,
adjustment
)
Lisp_Object
marker
;
int
adjustment
;
...
...
@@ -158,6 +160,7 @@ record_marker_adjustment (marker, adjustment)
for LENGTH characters at location BEG.
The replacement does not change the number of characters. */
void
record_change
(
beg
,
length
)
int
beg
,
length
;
{
...
...
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