diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index d9da119845a..1a199bad6de 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -2505,7 +2505,7 @@ It returns the number of characters changed. */) | |||
| 2505 | if (oc < translatable_chars) | 2505 | if (oc < translatable_chars) |
| 2506 | { | 2506 | { |
| 2507 | int nc; /* New character. */ | 2507 | int nc; /* New character. */ |
| 2508 | int str_len; | 2508 | int str_len UNINIT; |
| 2509 | Lisp_Object val; | 2509 | Lisp_Object val; |
| 2510 | 2510 | ||
| 2511 | if (STRINGP (table)) | 2511 | if (STRINGP (table)) |