1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 08:31:09 -08:00

Rmail: fix misplaced "D" after auto-file

* lisp/mail/rmailsum.el (rmail-summary-mark-deleted): Move to
beginning of line before searching for status indicator.
(Bug#80097)
This commit is contained in:
Paul Nelson 2025-12-30 01:50:34 +08:00 committed by Eli Zaretskii
parent 1d45be0b09
commit 06adedd439

View file

@ -1201,6 +1201,7 @@ a negative argument means to delete and move forward."
(or (eobp)
(not (overlay-get rmail-summary-overlay 'face))
(let ((buffer-read-only nil))
(beginning-of-line)
(skip-chars-forward " ")
(skip-chars-forward "0-9")
(if undel