aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorYuuki Harano2020-12-27 03:13:00 +0900
committerYuuki Harano2020-12-27 03:13:00 +0900
commitb64089c37b4305a511e5ddbf02746862c7c7575e (patch)
treec6978d471e4b0b061b7cc9c46147968379aec94f /src/coding.h
parent565d8f57d349c19d9bbb5d5d5fdacf3c70b85d42 (diff)
parent4b2ca6bfc079c66cfcf39f2f36dc139012787535 (diff)
downloademacs-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.h3
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
98extern Lisp_Object Vcoding_system_hash_table; 98extern Lisp_Object Vcoding_system_hash_table;
99 99
100/* Name (or base name) of work buffer for code conversion. */
101extern 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
105enum coding_attr_index 102enum coding_attr_index