aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorYuan Fu2024-12-01 17:52:16 -0800
committerYuan Fu2024-12-01 17:52:16 -0800
commit4afd1eca3662eda052d0017f83b4baa1f6131e8b (patch)
tree10c2a2f0d338b8fb330fbbc9b21f296271b73ee2 /lisp/mail
parent676ff9fd7c083598b2955a463774283768d8e209 (diff)
parentcf4f1387a6561be7cd7387b766df4386a0fa472f (diff)
downloademacs-4afd1eca3662eda052d0017f83b4baa1f6131e8b.tar.gz
emacs-4afd1eca3662eda052d0017f83b4baa1f6131e8b.zip
Merge from emacs-30
cf4f1387a65 ; Update tree-sitter manual 3c7687c1dd1 Allow passing nil to treesit-node-match-p (bug#74612) 748b19e56e8 Update to version 2.58 of librsvg API (bug#74606) 4c67f636c08 Fix decoding of non-ASCII email attachments bd8a6f70fb9 Prevent "Selecting deleted buffer" error with dabbrev-expand 0a753603a53 ; (dictionary-search-interface): Fix bug#74511.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rfc2231.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rfc2231.el b/lisp/mail/rfc2231.el
index 33324cafb5b..632e270a922 100644
--- a/lisp/mail/rfc2231.el
+++ b/lisp/mail/rfc2231.el
@@ -193,7 +193,7 @@ must never cause a Lisp error."
193 (push (list attribute value encoded) cparams)) 193 (push (list attribute value encoded) cparams))
194 ;; Repetition of a part; do nothing. 194 ;; Repetition of a part; do nothing.
195 ((and elem 195 ((and elem
196 (null number)) 196 (null part))
197 ) 197 )
198 ;; Concatenate continuation parts. 198 ;; Concatenate continuation parts.
199 (t 199 (t