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
3bd21e82
Commit
3bd21e82
authored
Jul 30, 2012
by
Paul Eggert
Browse files
* indent.c (compute_motion): Remove unused local.
parent
d7714961
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/indent.c
src/indent.c
+0
-2
No files found.
src/ChangeLog
View file @
3bd21e82
2012-07-31 Paul Eggert <eggert@cs.ucla.edu>
* indent.c (compute_motion): Remove unused local.
2012-07-31 Glenn Morris <rgm@gnu.org>
* conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
...
...
src/indent.c
View file @
3bd21e82
...
...
@@ -1136,7 +1136,6 @@ compute_motion (ptrdiff_t from, EMACS_INT fromvpos, EMACS_INT fromhpos, int did_
ptrdiff_t
width_run_end
=
from
;
ptrdiff_t
width_run_width
=
0
;
Lisp_Object
*
width_table
;
Lisp_Object
buffer
;
/* The next buffer pos where we should consult the width run cache. */
ptrdiff_t
next_width_run
=
from
;
...
...
@@ -1156,7 +1155,6 @@ compute_motion (ptrdiff_t from, EMACS_INT fromvpos, EMACS_INT fromhpos, int did_
struct
composition_it
cmp_it
;
XSETBUFFER
(
buffer
,
current_buffer
);
XSETWINDOW
(
window
,
win
);
width_run_cache_on_off
();
...
...
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