summaryrefslogtreecommitdiff
path: root/lisp/mail/yenc.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail/yenc.el')
-rw-r--r--lisp/mail/yenc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/yenc.el b/lisp/mail/yenc.el
index de1e1ee283a..a836f5b71bd 100644
--- a/lisp/mail/yenc.el
+++ b/lisp/mail/yenc.el
@@ -111,8 +111,8 @@
(message "Warning: Size mismatch while decoding."))
(goto-char start)
(delete-region start end)
- (insert-buffer-substring work-buffer))))
- (and work-buffer (kill-buffer work-buffer))))))
+ (insert-buffer-substring work-buffer)))))
+ (and work-buffer (kill-buffer work-buffer)))))
;;;###autoload
(defun yenc-extract-filename ()