diff options
| author | Andreas Schwab | 2015-10-03 20:14:40 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2015-10-03 20:15:44 +0200 |
| commit | 9a05f0ac953ce19395c7409aed6bdd8db83cebb0 (patch) | |
| tree | ab364724e79819d9360222b613ebfa97f0ced381 /src/coding.c | |
| parent | 829e818d57903c5b99492f8793a28def2736d4eb (diff) | |
| download | emacs-9a05f0ac953ce19395c7409aed6bdd8db83cebb0.tar.gz emacs-9a05f0ac953ce19395c7409aed6bdd8db83cebb0.zip | |
* 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) | |||
| 6052 | coding_system = CDR_SAFE (Vdefault_process_coding_system); | 6052 | coding_system = CDR_SAFE (Vdefault_process_coding_system); |
| 6053 | else if (i == 2) | 6053 | else if (i == 2) |
| 6054 | coding_system = preferred_coding_system (); | 6054 | coding_system = preferred_coding_system (); |
| 6055 | CHECK_CODING_SYSTEM (coding_system); | ||
| 6056 | spec = CODING_SYSTEM_SPEC (coding_system); | 6055 | spec = CODING_SYSTEM_SPEC (coding_system); |
| 6057 | if (NILP (spec)) | 6056 | if (NILP (spec)) |
| 6058 | continue; | 6057 | continue; |