revert indentation
This commit is contained in:
@ -931,7 +931,7 @@ is supplied, or Transient Mark mode is enabled and the mark is active."
|
|||||||
(region-active-p)
|
(region-active-p)
|
||||||
(push-mark))
|
(push-mark))
|
||||||
(let ((old-position (point))
|
(let ((old-position (point))
|
||||||
(message-position (save-excursion (message-goto-body) (point))))
|
(message-position (save-excursion (message-goto-body) (point))))
|
||||||
(goto-char (point-max))
|
(goto-char (point-max))
|
||||||
(when (re-search-backward message-signature-separator message-position t)
|
(when (re-search-backward message-signature-separator message-position t)
|
||||||
(forward-line -1))
|
(forward-line -1))
|
||||||
|
|||||||
Reference in New Issue
Block a user