]> git.eshelyaron.com Git - emacs.git/commitdiff
(decode_mode_spec_coding): Fix typo; use `val' instead of `coding-system'.
authorRichard M. Stallman <rms@gnu.org>
Thu, 17 Jul 1997 18:18:05 +0000 (18:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 17 Jul 1997 18:18:05 +0000 (18:18 +0000)
src/xdisp.c

index 8b41cf9717d2b1641671c282a3aa4516f684f103..7790109de869ac12964ab7a3ba9dd25ce3374bcc 100644 (file)
@@ -4095,7 +4095,7 @@ decode_mode_spec_coding (coding_system, buf, eol_flag)
        {
          val = Fget (val, Qcoding_system);
          if (NILP (eolvalue))
-           eolvalue = Fget (coding_system, Qeol_type);
+           eolvalue = Fget (val, Qeol_type);
        }
 
       *buf++ = XFASTINT (XVECTOR (val)->contents[1]);