diff options
| author | Yuuki Harano | 2020-12-27 03:13:00 +0900 |
|---|---|---|
| committer | Yuuki Harano | 2020-12-27 03:13:00 +0900 |
| commit | b64089c37b4305a511e5ddbf02746862c7c7575e (patch) | |
| tree | c6978d471e4b0b061b7cc9c46147968379aec94f /src/coding.h | |
| parent | 565d8f57d349c19d9bbb5d5d5fdacf3c70b85d42 (diff) | |
| parent | 4b2ca6bfc079c66cfcf39f2f36dc139012787535 (diff) | |
| download | emacs-b64089c37b4305a511e5ddbf02746862c7c7575e.tar.gz emacs-b64089c37b4305a511e5ddbf02746862c7c7575e.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/coding.h b/src/coding.h index 4973cf89eb1..9ad1e954f8d 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -97,9 +97,6 @@ enum define_coding_undecided_arg_index | |||
| 97 | 97 | ||
| 98 | extern Lisp_Object Vcoding_system_hash_table; | 98 | extern Lisp_Object Vcoding_system_hash_table; |
| 99 | 99 | ||
| 100 | /* Name (or base name) of work buffer for code conversion. */ | ||
| 101 | extern Lisp_Object Vcode_conversion_workbuf_name; | ||
| 102 | |||
| 103 | /* Enumeration of index to an attribute vector of a coding system. */ | 100 | /* Enumeration of index to an attribute vector of a coding system. */ |
| 104 | 101 | ||
| 105 | enum coding_attr_index | 102 | enum coding_attr_index |