]> git.eshelyaron.com Git - emacs.git/commitdiff
(Flanginfo): Fix typo.
authorDave Love <fx@gnu.org>
Thu, 10 Oct 2002 23:03:13 +0000 (23:03 +0000)
committerDave Love <fx@gnu.org>
Thu, 10 Oct 2002 23:03:13 +0000 (23:03 +0000)
src/fns.c

index 5865cdf1a930dbe08ae53f83c31aa69374cc3d7e..d43f53febb7d88973a741016b5cddb1c37e8952e 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -801,7 +801,7 @@ string_char_to_byte (string, char_index)
      Lisp_Object string;
      int char_index;
 {
-  int i, i_byte;
+  int i_byte;
   int best_below, best_below_byte;
   int best_above, best_above_byte;
 
@@ -2802,7 +2802,7 @@ nl_langinfo(3), return nil.  */)
                 code_convert_string (make_unibyte_string (str, strlen (str)),
                                      Vlocale_coding_system, Qnil, 0, 0, 1));
        }
-      return val;
+      return v;
     }
 #endif
 #ifdef MON_1