Skip to content

Commit af3f10e

Browse files
gs-101DogLooksGood
andauthored
Fix meow-pop-to-mark (#697) (#703)
Correctly reference the following commands: * meow-pop-to-mark * meow-unpop-to-mark Co-authored-by: tianshu <doglooksgood@hotmail.com>
1 parent 43bc65a commit af3f10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meow-command.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,7 @@ To search backward, use \\[negative-argument]."
15621562
Before jump, a mark of current location will be created."
15631563
(interactive)
15641564
(meow--cancel-selection)
1565-
(unless (member last-command '(meow-pop-to-mark-command meow-unpop-to-mark-command meow-pop-or-unpop-to-mark))
1565+
(unless (member last-command '(meow-pop-to-mark meow-unpop-to-mark meow-pop-or-unpop-to-mark))
15661566
(setq mark-ring (append mark-ring (list (point-marker)))))
15671567
(pop-to-mark-command))
15681568

0 commit comments

Comments
 (0)