(Qwrite_region, Qcoding_system_error): Declare extern.
This commit is contained in:
parent
5c302da454
commit
d008a7cc71
1 changed files with 4 additions and 0 deletions
|
@ -648,6 +648,7 @@ extern Lisp_Object eol_mnemonic_undecided;
|
|||
extern Lisp_Object Qfile_coding_system;
|
||||
extern Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument;
|
||||
extern Lisp_Object Qstart_process, Qopen_network_stream;
|
||||
extern Lisp_Object Qwrite_region;
|
||||
|
||||
extern char *emacs_strerror P_ ((int));
|
||||
|
||||
|
@ -701,4 +702,7 @@ extern Lisp_Object Vw32_system_coding_system;
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* Error signaled when there's a problem with detecting coding system */
|
||||
extern Lisp_Object Qcoding_system_error;
|
||||
|
||||
#endif /* EMACS_CODING_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue