projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
543d144
)
(next_element_from_buffer): Delete stray semicolon.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:20:05 +0000
(
00:20
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:20:05 +0000
(
00:20
+0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 156dc1aec6c83783e36feedc99a27c2689e03a15..f2c6b1b6b129ce65f392099d8ad34d1ddcf40085 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-6269,7
+6269,7
@@
next_element_from_buffer (it)
it->c = *p, it->len = 1;
/* Record what we have and where it came from. */
- it->what = IT_CHARACTER;
;
+ it->what = IT_CHARACTER;
it->object = it->w->buffer;
it->position = it->current.pos;