aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/charset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c
index 3241d9b7194..478882a09d2 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -860,7 +860,7 @@ strwidth (str, len)
860{ 860{
861 unsigned char *endp = str + len; 861 unsigned char *endp = str + len;
862 int width = 0; 862 int width = 0;
863 struct Lisp_Char_Table *dp = buffer_display_table (current_buffer); 863 struct Lisp_Char_Table *dp = buffer_display_table ();
864 864
865 while (str < endp) 865 while (str < endp)
866 { 866 {