diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index 023dc95c35e..cb6df79fca0 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7170,8 +7170,7 @@ function `define-coding-system'. */) | |||
| 7170 | } | 7170 | } |
| 7171 | if (!NILP (Fcoding_system_p (coding_system))) | 7171 | if (!NILP (Fcoding_system_p (coding_system))) |
| 7172 | return coding_system; | 7172 | return coding_system; |
| 7173 | while (1) | 7173 | xsignal1 (Qcoding_system_error, coding_system); |
| 7174 | Fsignal (Qcoding_system_error, Fcons (coding_system, Qnil)); | ||
| 7175 | } | 7174 | } |
| 7176 | 7175 | ||
| 7177 | 7176 | ||