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
56120d6f
Commit
56120d6f
authored
Aug 14, 2012
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* intervals.c (offset_intervals): Remove obsolete comment.
parent
67b77c0b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/ChangeLog
src/ChangeLog
+4
-0
src/intervals.c
src/intervals.c
+2
-6
No files found.
src/ChangeLog
View file @
56120d6f
2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
* intervals.c (offset_intervals): Remove obsolete comment.
2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
* gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.
...
...
src/intervals.c
View file @
56120d6f
...
...
@@ -1366,11 +1366,7 @@ adjust_intervals_for_deletion (struct buffer *buffer,
/* Make the adjustments necessary to the interval tree of BUFFER to
represent an addition or deletion of LENGTH characters starting
at position START. Addition or deletion is indicated by the sign
of LENGTH.
The two inline functions (one static) pacify Sun C 5.8, a pre-C99
compiler that does not allow calling a static function (here,
adjust_intervals_for_deletion) from a non-static inline function. */
of LENGTH. */
void
offset_intervals
(
struct
buffer
*
buffer
,
ptrdiff_t
start
,
ptrdiff_t
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