diff options
| author | Vincent Belaïche | 2016-07-28 18:12:50 +0200 |
|---|---|---|
| committer | Vincent Belaïche | 2016-07-28 18:12:50 +0200 |
| commit | 90ab699c4f281d0c9a9b71f3eb4c8493d00fcf4f (patch) | |
| tree | df3235d89ee8e4d32571b8a8521f75f7576913c2 /src/coding.h | |
| parent | 41b28dea8587c13b0bc59c1ec70b65afab3aeeca (diff) | |
| parent | ec359399a47f852b4d022a30245449438e349193 (diff) | |
| download | emacs-90ab699c4f281d0c9a9b71f3eb4c8493d00fcf4f.tar.gz emacs-90ab699c4f281d0c9a9b71f3eb4c8493d00fcf4f.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/coding.h b/src/coding.h index 93ddff0c6bd..426be6277ca 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -768,8 +768,6 @@ extern Lisp_Object preferred_coding_system (void); | |||
| 768 | 768 | ||
| 769 | #ifdef emacs | 769 | #ifdef emacs |
| 770 | 770 | ||
| 771 | extern char *emacs_strerror (int); | ||
| 772 | |||
| 773 | /* Coding system to be used to encode text for terminal display when | 771 | /* Coding system to be used to encode text for terminal display when |
| 774 | terminal coding system is nil. */ | 772 | terminal coding system is nil. */ |
| 775 | extern struct coding_system safe_terminal_coding; | 773 | extern struct coding_system safe_terminal_coding; |