Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/coding.c Mon Jun 13 20:47:08 2005 +0000 +++ b/src/coding.c Mon Jun 13 20:47:42 2005 +0000 @@ -6060,7 +6060,6 @@ int count = SPECPDL_INDEX (); struct gcpro gcpro1, gcpro2; int multibyte = STRING_MULTIBYTE (str); - struct buffer *buf; Lisp_Object old_deactivate_mark; record_unwind_protect (Fset_buffer, Fcurrent_buffer ());
