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
793ffee8
Commit
793ffee8
authored
Nov 01, 2008
by
Stefan Monnier
Browse files
(fill_gstring_header): Fix copy/paste typo.
parent
a11d3737
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/composite.c
src/composite.c
+1
-1
No files found.
src/ChangeLog
View file @
793ffee8
2008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
* composite.c (fill_gstring_header): Fix copy/paste typo.
2008-10-31 Martin Rudalics <rudalics@gmx.at>
* window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
...
...
src/composite.c
View file @
793ffee8
...
...
@@ -810,7 +810,7 @@ fill_gstring_header (header, start, end, font_object, string)
else
{
CHECK_STRING
(
string
);
if
(
!
STRING_MULTIBYTE
(
current_buffer
->
enable_multibyte_characters
))
if
(
!
STRING_MULTIBYTE
(
string
))
error
(
"Attempt to shape unibyte text"
);
/* FROM and TO are checked by the caller. */
from
=
XINT
(
start
);
...
...
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