projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b657286
)
; * src/coding.h (struct coding_system): Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 6 Feb 2019 16:51:02 +0000
(18:51 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 6 Feb 2019 16:51:02 +0000
(18:51 +0200)
src/coding.h
patch
|
blob
|
history
diff --git
a/src/coding.h
b/src/coding.h
index 57fd196af32225f4a27b4827d86578ba35ea0961..aab8c2d4380945fe53edb0ed572121814d8c63c9 100644
(file)
--- a/
src/coding.h
+++ b/
src/coding.h
@@
-450,7
+450,7
@@
struct coding_system
unsigned char *safe_charsets;
- /* How may heading bytes we can skip for decoding. This is set to
+ /* How ma
n
y heading bytes we can skip for decoding. This is set to
-1 in setup_coding_system, and updated by detect_coding. So,
when this is equal to the byte length of the text being
converted, we can skip the actual conversion process except for