mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
(mail-extr-safe-move-sexp): Make sure this doesn't
signal errors even for pathological From headers.
This commit is contained in:
parent
378df08c37
commit
16f45d1b8d
@ -696,7 +696,7 @@ by translating things like \"foo!bar!baz@host\" into \"baz@bar.UUCP\".")
|
|||||||
;; Safely skip over one balanced sexp, if there is one. Return t if success.
|
;; Safely skip over one balanced sexp, if there is one. Return t if success.
|
||||||
(` (condition-case error
|
(` (condition-case error
|
||||||
(progn
|
(progn
|
||||||
(goto-char (scan-sexps (point) (, arg)))
|
(goto-char (or (scan-sexps (point) (, arg)) (point)))
|
||||||
t)
|
t)
|
||||||
(error
|
(error
|
||||||
;; #### kludge kludge kludge kludge kludge kludge kludge !!!
|
;; #### kludge kludge kludge kludge kludge kludge kludge !!!
|
||||||
|
Loading…
Reference in New Issue
Block a user