Mercurial > emacs
comparison src/coding.c @ 63383:12107da85908
(run_pre_post_conversion_on_str): Remove unused var `buf'.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Mon, 13 Jun 2005 20:47:42 +0000 |
| parents | 5a6bae733c66 |
| children | a8fa7c632ee4 e58cb448e07c |
comparison
equal
deleted
inserted
replaced
| 63382:9cbfa983c1cf | 63383:12107da85908 |
|---|---|
| 6058 int encodep; | 6058 int encodep; |
| 6059 { | 6059 { |
| 6060 int count = SPECPDL_INDEX (); | 6060 int count = SPECPDL_INDEX (); |
| 6061 struct gcpro gcpro1, gcpro2; | 6061 struct gcpro gcpro1, gcpro2; |
| 6062 int multibyte = STRING_MULTIBYTE (str); | 6062 int multibyte = STRING_MULTIBYTE (str); |
| 6063 struct buffer *buf; | |
| 6064 Lisp_Object old_deactivate_mark; | 6063 Lisp_Object old_deactivate_mark; |
| 6065 | 6064 |
| 6066 record_unwind_protect (Fset_buffer, Fcurrent_buffer ()); | 6065 record_unwind_protect (Fset_buffer, Fcurrent_buffer ()); |
| 6067 record_unwind_protect (code_convert_region_unwind, | 6066 record_unwind_protect (code_convert_region_unwind, |
| 6068 Vlast_coding_system_used); | 6067 Vlast_coding_system_used); |
