diff options
author | Kenichi Handa <handa@gnu.org> | 2013-03-20 17:08:34 +0900 |
---|---|---|
committer | Kenichi Handa <handa@gnu.org> | 2013-03-20 17:08:34 +0900 |
commit | 47077837aff40030430e3d1d0522fee5db62ee1e (patch) | |
tree | 330da0edce9c8fc596e0d9f2ee8284ba9560422f /src/coding.c | |
parent | c0a17406acd4b9db561ba99f8a02bf5461130e82 (diff) | |
parent | faaecb52470ebc949e2e01e221270656c6f39b70 (diff) | |
download | emacs-47077837aff40030430e3d1d0522fee5db62ee1e.tar.gz |
merge trunk
Diffstat (limited to 'src/coding.c')
-rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index a5b07019388..cb81375a043 100644 --- a/src/coding.c +++ b/src/coding.c @@ -6075,7 +6075,7 @@ complement_process_encoding_system (Lisp_Object coding_system) static Lisp_Object adjust_coding_eol_type (struct coding_system *coding, int eol_seen); -/* Return 1 if all the source bytes are ASCII, and return 0 otherwize. +/* Return true iff all the source bytes are ASCII. By side effects, set coding->head_ascii and coding->eol_seen. The value of coding->eol_seen is "logical or" of EOL_SEEN_LF, EOL_SEEN_CR, and EOL_SEEN_CRLF, but the value is reliable only when |