Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
60758816
Commit
60758816
authored
Oct 24, 2005
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fcompare_buffer_substrings): Fix last change.
parent
59017afb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/editfns.c
src/editfns.c
+1
-1
No files found.
src/editfns.c
View file @
60758816
...
...
@@ -2474,7 +2474,7 @@ determines whether case is significant or ignored. */)
register
struct
buffer
*
bp1
,
*
bp2
;
register
Lisp_Object
trt
=
(
!
NILP
(
current_buffer
->
case_fold_search
)
?
XCHAR_TABLE
(
current_buffer
->
case_canon_table
)
:
Qnil
);
?
current_buffer
->
case_canon_table
:
Qnil
);
int
chars
=
0
;
int
i1
,
i2
,
i1_byte
,
i2_byte
;
...
...
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