blob: 2ac99a2b4caaad0ccc2765aeb9c5e7c14d95f122 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/coding.c.orig Sun Jan 17 04:48:45 1999
+++ src/coding.c Sun Jan 17 04:49:02 1999
@@ -154,7 +154,7 @@
/* 92.4.3, 92.12.18 by K.Handa */
Lisp_Object Qcoding_system, Qcoding_system_p, Qnon_nil_coding_system_p;
Lisp_Object Qeol_type;
-Lisp_Object Qpriority;
+extern Lisp_Object Qpriority;
/* end of patch */
#endif /* emacs */
|