diff options
| author | Paul Eggert | 2012-12-30 13:34:39 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-12-30 13:34:39 -0800 |
| commit | 84cc1ab62539eed7869a88003a017330d79e8cac (patch) | |
| tree | 66ed8c47857fecd3973cfa43f43f6f4b33e8428d /src/coding.c | |
| parent | 7ec363cf23ac40b4d6f1423226a2e6cfa5e98df5 (diff) | |
| download | emacs-84cc1ab62539eed7869a88003a017330d79e8cac.tar.gz emacs-84cc1ab62539eed7869a88003a017330d79e8cac.zip | |
* coding.c (Qmac): Now static.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 2c1139ec5fc..044583d26b6 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -301,7 +301,8 @@ Lisp_Object Vcoding_system_hash_table; | |||
| 301 | 301 | ||
| 302 | static Lisp_Object Qcoding_system, Qeol_type; | 302 | static Lisp_Object Qcoding_system, Qeol_type; |
| 303 | static Lisp_Object Qcoding_aliases; | 303 | static Lisp_Object Qcoding_aliases; |
| 304 | Lisp_Object Qunix, Qdos, Qmac; | 304 | Lisp_Object Qunix, Qdos; |
| 305 | static Lisp_Object Qmac; | ||
| 305 | Lisp_Object Qbuffer_file_coding_system; | 306 | Lisp_Object Qbuffer_file_coding_system; |
| 306 | static Lisp_Object Qpost_read_conversion, Qpre_write_conversion; | 307 | static Lisp_Object Qpost_read_conversion, Qpre_write_conversion; |
| 307 | static Lisp_Object Qdefault_char; | 308 | static Lisp_Object Qdefault_char; |