aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorKen Raeburn2000-06-18 20:14:37 +0000
committerKen Raeburn2000-06-18 20:14:37 +0000
commit52e386c2dc5082721412b9cccf961a5ab25eec0b (patch)
treed251d0cc4fc034253a24a5cf6e29b0c287e28ad9 /src/coding.h
parentdc1741f3a3cecb04f62708762aa586a420cafa08 (diff)
downloademacs-52e386c2dc5082721412b9cccf961a5ab25eec0b.tar.gz
emacs-52e386c2dc5082721412b9cccf961a5ab25eec0b.zip
fix up more Lisp_Object/int conversion issues
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h
index e3643580011..7dd39ee25dd 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -636,6 +636,8 @@ extern Lisp_Object code_convert_string P_ ((Lisp_Object,
636extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, 636extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object,
637 int)); 637 int));
638extern void setup_raw_text_coding_system P_ ((struct coding_system *)); 638extern void setup_raw_text_coding_system P_ ((struct coding_system *));
639extern Lisp_Object encode_coding_string P_ ((Lisp_Object,
640 struct coding_system *, int));
639extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; 641extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index;
640extern Lisp_Object Qraw_text, Qemacs_mule; 642extern Lisp_Object Qraw_text, Qemacs_mule;
641extern Lisp_Object Qbuffer_file_coding_system; 643extern Lisp_Object Qbuffer_file_coding_system;