mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
|
--- 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 */
|
||
|
|