diff options
| author | Dave Love | 2002-05-26 17:11:04 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-26 17:11:04 +0000 |
| commit | 1965cb73a0d858a1cc5169a3005a80d7b96e3214 (patch) | |
| tree | b778a8f7bec73e43a2bb13d67b6e84a6b8a03151 /src/coding.c | |
| parent | da7db22498e679c29dc9facb3ce503bf63046563 (diff) | |
| download | emacs-1965cb73a0d858a1cc5169a3005a80d7b96e3214.tar.gz emacs-1965cb73a0d858a1cc5169a3005a80d7b96e3214.zip | |
(Qmac): Remove (duplicated) definition.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index bf0eaa3088a..a4ad9c6a542 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -303,7 +303,8 @@ encode_coding_XXX (coding) | |||
| 303 | Lisp_Object Vcoding_system_hash_table; | 303 | Lisp_Object Vcoding_system_hash_table; |
| 304 | 304 | ||
| 305 | Lisp_Object Qcoding_system, Qcoding_aliases, Qeol_type; | 305 | Lisp_Object Qcoding_system, Qcoding_aliases, Qeol_type; |
| 306 | Lisp_Object Qunix, Qdos, Qmac; | 306 | Lisp_Object Qunix, Qdos; |
| 307 | extern Lisp_Object Qmac; /* frame.c */ | ||
| 307 | Lisp_Object Qbuffer_file_coding_system; | 308 | Lisp_Object Qbuffer_file_coding_system; |
| 308 | Lisp_Object Qpost_read_conversion, Qpre_write_conversion; | 309 | Lisp_Object Qpost_read_conversion, Qpre_write_conversion; |
| 309 | Lisp_Object Qdefault_char; | 310 | Lisp_Object Qdefault_char; |
| @@ -7931,7 +7932,6 @@ syms_of_coding () | |||
| 7931 | DEFSYM (Qeol_type, "eol-type"); | 7932 | DEFSYM (Qeol_type, "eol-type"); |
| 7932 | DEFSYM (Qunix, "unix"); | 7933 | DEFSYM (Qunix, "unix"); |
| 7933 | DEFSYM (Qdos, "dos"); | 7934 | DEFSYM (Qdos, "dos"); |
| 7934 | DEFSYM (Qmac, "mac"); | ||
| 7935 | 7935 | ||
| 7936 | DEFSYM (Qbuffer_file_coding_system, "buffer-file-coding-system"); | 7936 | DEFSYM (Qbuffer_file_coding_system, "buffer-file-coding-system"); |
| 7937 | DEFSYM (Qpost_read_conversion, "post-read-conversion"); | 7937 | DEFSYM (Qpost_read_conversion, "post-read-conversion"); |