diff options
| author | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
| commit | 0487d68ab9992be4fa70cfd908909001f71e66af (patch) | |
| tree | 8c93da3b94717d184f88277e277de949ecb2fb9c /lisp/mail/rfc2047.el | |
| parent | 798dceb467d4ead092979822f24090c8378f8320 (diff) | |
| download | emacs-scratch/error-API.tar.gz emacs-scratch/error-API.zip | |
Diffstat (limited to 'lisp/mail/rfc2047.el')
| -rw-r--r-- | lisp/mail/rfc2047.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rfc2047.el b/lisp/mail/rfc2047.el index a48b876443b..3961c2a1e25 100644 --- a/lisp/mail/rfc2047.el +++ b/lisp/mail/rfc2047.el | |||
| @@ -543,7 +543,7 @@ Dynamically bind `rfc2047-encoding-type' to change that." | |||
| 543 | (setq last-encoded nil))))) | 543 | (setq last-encoded nil))))) |
| 544 | (error | 544 | (error |
| 545 | (if (or debug-on-quit debug-on-error) | 545 | (if (or debug-on-quit debug-on-error) |
| 546 | (signal (car err) (cdr err)) | 546 | (signal err) |
| 547 | (error "Invalid data for rfc2047 encoding: %s" | 547 | (error "Invalid data for rfc2047 encoding: %s" |
| 548 | (replace-regexp-in-string "[ \t\n]+" " " orig-text)))))))) | 548 | (replace-regexp-in-string "[ \t\n]+" " " orig-text)))))))) |
| 549 | (unless dont-fold | 549 | (unless dont-fold |