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
153c2160
Commit
153c2160
authored
Dec 24, 2001
by
Pavel Janík
Browse files
Fix typo.
parent
d9d575d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
src/ChangeLog
src/ChangeLog
+8
-8
src/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/ChangeLog
View file @
153c2160
...
...
@@ -1221,14 +1221,14 @@
in macros.
* abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
xfaces.c, xmenu.c, xselect.c
: Update usage of CHECK_ macros
*
casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
*
composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
*
eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
*
indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
*
minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
*
sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
*
w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
*
xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
(remove unused second argument).
2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
...
...
src/xdisp.c
View file @
153c2160
...
...
@@ -1625,7 +1625,7 @@ init_iterator (it, w, charpos, bytepos, row, base_face_id)
it->continuation_pixel_width = it->pixel_width;
}
/* Reset these values to zero becaue the produce_special_glyphs
/* Reset these values to zero becau
s
e the produce_special_glyphs
above has changed them. */
it->pixel_width = it->ascent = it->descent = 0;
it->phys_ascent = it->phys_descent = 0;
...
...
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