changeset 18834:a4b74a7b692a

(decode_mode_spec_coding): Fix typo; use `val' instead of `coding-system'.
author Richard M. Stallman <rms@gnu.org>
date Thu, 17 Jul 1997 18:18:05 +0000
parents 48e05cca9d7b
children 8b32c6fe8728
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Thu Jul 17 07:20:32 1997 +0000
+++ b/src/xdisp.c	Thu Jul 17 18:18:05 1997 +0000
@@ -4095,7 +4095,7 @@
 	{
 	  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]);