diff options
| author | Stefan Monnier | 2005-06-13 20:47:42 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-06-13 20:47:42 +0000 |
| commit | 737ccba9d952f6a45cce4fda8ba7a9a31f033b4c (patch) | |
| tree | c2780fbd14397645221a35135d2d3e96c9a99fd3 /src | |
| parent | e3b5b35b9a9247979d6147f5cac56208cd626cc6 (diff) | |
| download | emacs-737ccba9d952f6a45cce4fda8ba7a9a31f033b4c.tar.gz emacs-737ccba9d952f6a45cce4fda8ba7a9a31f033b4c.zip | |
(run_pre_post_conversion_on_str): Remove unused var `buf'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/coding.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index a7a78bbe2c0..0c4ec1eebc5 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6060,7 +6060,6 @@ run_pre_post_conversion_on_str (str, coding, encodep) | |||
| 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 ()); |