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
f26d0e4c
Commit
f26d0e4c
authored
Aug 02, 2011
by
Paul Eggert
Browse files
* xdisp.c (compute_display_string_pos): Remove unused local.
parent
b796c9b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/xdisp.c
src/xdisp.c
+0
-1
No files found.
src/ChangeLog
View file @
f26d0e4c
2011-08-03 Paul Eggert <eggert@cs.ucla.edu>
* xdisp.c (compute_display_string_pos): Remove unused local.
2011-08-02 Eli Zaretskii <eliz@gnu.org>
Fix slow cursor motion and scrolling in large buffers with
...
...
src/xdisp.c
View file @
f26d0e4c
...
...
@@ -3163,7 +3163,6 @@ compute_display_string_pos (struct text_pos *position,
EMACS_INT lim =
(charpos < eob - MAX_DISP_SCAN) ? charpos + MAX_DISP_SCAN : eob;
struct text_pos tpos;
struct buffer *b;
*disp_prop_p = 1;
...
...
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