diff --git a/meow-command.el b/meow-command.el index 3eb312a..fdd572f 100644 --- a/meow-command.el +++ b/meow-command.el @@ -1562,7 +1562,7 @@ To search backward, use \\[negative-argument]." Before jump, a mark of current location will be created." (interactive) (meow--cancel-selection) - (unless (member last-command '(meow-pop-to-mark-command meow-unpop-to-mark-command meow-pop-or-unpop-to-mark)) + (unless (member last-command '(meow-pop-to-mark meow-unpop-to-mark meow-pop-or-unpop-to-mark)) (setq mark-ring (append mark-ring (list (point-marker))))) (pop-to-mark-command))