diff options
| -rw-r--r-- | lisp/gnus/binhex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/binhex.el b/lisp/gnus/binhex.el index b70fb0e728e..40e9051e134 100644 --- a/lisp/gnus/binhex.el +++ b/lisp/gnus/binhex.el | |||
| @@ -232,7 +232,7 @@ If HEADER-ONLY is non-nil only decode header and return filename." | |||
| 232 | (>= (buffer-size) data-fork-start))) | 232 | (>= (buffer-size) data-fork-start))) |
| 233 | (progn | 233 | (progn |
| 234 | (binhex-verify-crc work-buffer | 234 | (binhex-verify-crc work-buffer |
| 235 | 1 data-fork-start) | 235 | (point-min) data-fork-start) |
| 236 | (setq header (binhex-header work-buffer)) | 236 | (setq header (binhex-header work-buffer)) |
| 237 | (if header-only (setq tmp nil counter 0)))) | 237 | (if header-only (setq tmp nil counter 0)))) |
| 238 | (setq tmp (and tmp (not (eq inputpos end))))) | 238 | (setq tmp (and tmp (not (eq inputpos end))))) |