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:
committed by
Eli Zaretskii
parent
1d45be0b09
commit
06adedd439
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user