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:
parent
1d45be0b09
commit
06adedd439
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue