diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/coding.h b/src/coding.h index 8414a2fe133..ff7fcc7c3ac 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -757,10 +757,9 @@ extern Lisp_Object preferred_coding_system (void); | |||
| 757 | 757 | ||
| 758 | extern Lisp_Object Qutf_8, Qutf_8_emacs; | 758 | extern Lisp_Object Qutf_8, Qutf_8_emacs; |
| 759 | 759 | ||
| 760 | extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; | 760 | extern Lisp_Object Qcoding_category_index; |
| 761 | extern Lisp_Object Qcoding_system_p; | 761 | extern Lisp_Object Qcoding_system_p; |
| 762 | extern Lisp_Object Qraw_text, Qemacs_mule, Qno_conversion, Qundecided; | 762 | extern Lisp_Object Qraw_text, Qemacs_mule, Qno_conversion, Qundecided; |
| 763 | extern Lisp_Object Qiso_2022; | ||
| 764 | extern Lisp_Object Qbuffer_file_coding_system; | 763 | extern Lisp_Object Qbuffer_file_coding_system; |
| 765 | 764 | ||
| 766 | extern Lisp_Object Qunix, Qdos, Qmac; | 765 | extern Lisp_Object Qunix, Qdos, Qmac; |
| @@ -789,4 +788,3 @@ extern char emacs_mule_bytes[256]; | |||
| 789 | extern int emacs_mule_string_char (unsigned char *); | 788 | extern int emacs_mule_string_char (unsigned char *); |
| 790 | 789 | ||
| 791 | #endif /* EMACS_CODING_H */ | 790 | #endif /* EMACS_CODING_H */ |
| 792 | |||