diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2015-10-03 20:14:40 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2015-10-03 20:15:44 +0200 |
commit | 9a05f0ac953ce19395c7409aed6bdd8db83cebb0 (patch) | |
tree | ab364724e79819d9360222b613ebfa97f0ced381 /src/coding.c | |
parent | 829e818d57903c5b99492f8793a28def2736d4eb (diff) | |
download | emacs-9a05f0ac953ce19395c7409aed6bdd8db83cebb0.tar.gz |
* src/coding.c (complement_process_encoding_system): Revert last
change.
Diffstat (limited to 'src/coding.c')
-rw-r--r-- | src/coding.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 31bffeab5c9..c5099a7b0b9 100644 --- a/src/coding.c +++ b/src/coding.c @@ -6052,7 +6052,6 @@ complement_process_encoding_system (Lisp_Object coding_system) coding_system = CDR_SAFE (Vdefault_process_coding_system); else if (i == 2) coding_system = preferred_coding_system (); - CHECK_CODING_SYSTEM (coding_system); spec = CODING_SYSTEM_SPEC (coding_system); if (NILP (spec)) continue; |