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
c4a4e28f
Commit
c4a4e28f
authored
Nov 27, 1997
by
Kenichi Handa
Browse files
(strwidth): Remove extra argument to buffer_display_table.
parent
ccd57f4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/charset.c
src/charset.c
+1
-1
No files found.
src/charset.c
View file @
c4a4e28f
...
...
@@ -860,7 +860,7 @@ strwidth (str, len)
{
unsigned
char
*
endp
=
str
+
len
;
int
width
=
0
;
struct
Lisp_Char_Table
*
dp
=
buffer_display_table
(
current_buffer
);
struct
Lisp_Char_Table
*
dp
=
buffer_display_table
();
while
(
str
<
endp
)
{
...
...
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