diff --git a/markdown-mode.el b/markdown-mode.el index ecc82f77..6eb648c3 100644 --- a/markdown-mode.el +++ b/markdown-mode.el @@ -4316,6 +4316,7 @@ When ARG is non-nil, repeat that many times. When ARG is negative, move forward to the ARG-th following section." (interactive "P") (or arg (setq arg 1)) + (forward-char 1) (or (re-search-backward markdown-regex-header nil t arg) (goto-char (point-min))))