mirror of
https://github.com/vale981/boon
synced 2025-03-04 17:11:40 -05:00
twiddle
This commit is contained in:
parent
a218610425
commit
3121f6f57d
1 changed files with 3 additions and 4 deletions
|
@ -173,10 +173,9 @@ line."
|
|||
(interactive)
|
||||
(if mark-active
|
||||
(exchange-point-and-mark)
|
||||
(if (mark)
|
||||
(progn
|
||||
(goto-char (mark))
|
||||
(pop-mark)))))
|
||||
(when (mark)
|
||||
(goto-char (mark))
|
||||
(pop-mark))))
|
||||
|
||||
(defun boon-switch-mark-quick ()
|
||||
"Pop the mark ring until we find ourselves on a different line."
|
||||
|
|
Loading…
Add table
Reference in a new issue