diff options
| author | Juanma Barranquero | 2003-02-04 14:56:31 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-02-04 14:56:31 +0000 |
| commit | 177c0ea74342272645959b82cf219faa0b3dba16 (patch) | |
| tree | 44e22b210a9904eab25a66d12e708804b671df75 /src/coding.c | |
| parent | db95369be096960245dd38678f68464627698678 (diff) | |
| download | emacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz emacs-177c0ea74342272645959b82cf219faa0b3dba16.zip | |
Trailing whitespace deleted.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index fb7cd0cd9db..9dde90af15e 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6514,7 +6514,7 @@ find_safe_codings_2 (p, pend, safe_codings, work_table, single_byte_char_found) | |||
| 6514 | int c, len, i; | 6514 | int c, len, i; |
| 6515 | Lisp_Object val, ch; | 6515 | Lisp_Object val, ch; |
| 6516 | Lisp_Object prev, tail; | 6516 | Lisp_Object prev, tail; |
| 6517 | 6517 | ||
| 6518 | while (p < pend) | 6518 | while (p < pend) |
| 6519 | { | 6519 | { |
| 6520 | c = STRING_CHAR_AND_LENGTH (p, pend - p, len); | 6520 | c = STRING_CHAR_AND_LENGTH (p, pend - p, len); |
| @@ -6635,7 +6635,7 @@ DEFUN ("find-coding-systems-region-internal-2", | |||
| 6635 | else | 6635 | else |
| 6636 | /* ... and append generic coding systems. */ | 6636 | /* ... and append generic coding systems. */ |
| 6637 | val = Fcopy_sequence (XCAR (Vcoding_system_safe_chars)); | 6637 | val = Fcopy_sequence (XCAR (Vcoding_system_safe_chars)); |
| 6638 | 6638 | ||
| 6639 | for (; CONSP (safe_codings); safe_codings = XCDR (safe_codings)) | 6639 | for (; CONSP (safe_codings); safe_codings = XCDR (safe_codings)) |
| 6640 | val = Fcons (XCAR (XCAR (safe_codings)), val); | 6640 | val = Fcons (XCAR (XCAR (safe_codings)), val); |
| 6641 | safe_codings = val; | 6641 | safe_codings = val; |