diff options
| author | Dave Love | 2002-10-10 23:03:13 +0000 |
|---|---|---|
| committer | Dave Love | 2002-10-10 23:03:13 +0000 |
| commit | 0f93a2a232388119226aafeac0f307f60067b5a4 (patch) | |
| tree | 596503603ccacc4bc38162afc32501218d41a1a8 /src | |
| parent | 102ae470d859029130def36022336aafc0f88c85 (diff) | |
| download | emacs-0f93a2a232388119226aafeac0f307f60067b5a4.tar.gz emacs-0f93a2a232388119226aafeac0f307f60067b5a4.zip | |
(Flanginfo): Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -801,7 +801,7 @@ string_char_to_byte (string, char_index) | |||
| 801 | Lisp_Object string; | 801 | Lisp_Object string; |
| 802 | int char_index; | 802 | int char_index; |
| 803 | { | 803 | { |
| 804 | int i, i_byte; | 804 | int i_byte; |
| 805 | int best_below, best_below_byte; | 805 | int best_below, best_below_byte; |
| 806 | int best_above, best_above_byte; | 806 | int best_above, best_above_byte; |
| 807 | 807 | ||
| @@ -2802,7 +2802,7 @@ nl_langinfo(3), return nil. */) | |||
| 2802 | code_convert_string (make_unibyte_string (str, strlen (str)), | 2802 | code_convert_string (make_unibyte_string (str, strlen (str)), |
| 2803 | Vlocale_coding_system, Qnil, 0, 0, 1)); | 2803 | Vlocale_coding_system, Qnil, 0, 0, 1)); |
| 2804 | } | 2804 | } |
| 2805 | return val; | 2805 | return v; |
| 2806 | } | 2806 | } |
| 2807 | #endif | 2807 | #endif |
| 2808 | #ifdef MON_1 | 2808 | #ifdef MON_1 |