Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
087e2ea9
Commit
087e2ea9
authored
Mar 25, 2009
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in comment.
parent
329a643c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/composite.c
src/composite.c
+4
-4
No files found.
src/composite.c
View file @
087e2ea9
...
...
@@ -694,7 +694,7 @@ composition_gstring_put_cache (gstring, len)
break
;
len
=
i
;
}
copy
=
Fmake_vector
(
make_number
(
len
+
2
),
Qnil
);
LGSTRING_SET_HEADER
(
copy
,
Fcopy_sequence
(
header
));
for
(
i
=
0
;
i
<
len
;
i
++
)
...
...
@@ -914,7 +914,7 @@ fill_gstring_body (gstring)
/* Try to compose the characters at CHARPOS according to CFT_ELEMENT
which is an element of composition-fu
c
ntion-table (which see).
which is an element of composition-fun
c
tion-table (which see).
LIMIT limits the characters to compose. STRING, if not nil, is a
target string. WIN is a window where the characters are being
displayed. */
...
...
@@ -932,7 +932,7 @@ autocmp_chars (cft_element, charpos, bytepos, limit, win, face, string)
Lisp_Object
pos
=
make_number
(
charpos
);
EMACS_INT
pt
=
PT
,
pt_byte
=
PT_BYTE
;
int
lookback
;
record_unwind_save_match_data
();
for
(
lookback
=
-
1
;
CONSP
(
cft_element
);
cft_element
=
XCDR
(
cft_element
))
{
...
...
@@ -1376,7 +1376,7 @@ find_automatic_composition (pos, limit, start, end, gstring, string)
}
prev
=
cur
;
/* Now search forward. */
search_forward:
search_forward:
*
gstring
=
Qnil
;
if
(
!
NILP
(
check_val
)
||
limit
>=
orig
.
pos
)
{
...
...
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