From 4f692403daefe00ead9053093a14025c91bd60c1 Mon Sep 17 00:00:00 2001 From: bunnyanon Date: Sun, 2 Jun 2024 01:31:33 +0100 Subject: [PATCH] removed extra lines --- meow-command.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meow-command.el b/meow-command.el index b63da56..ed389cc 100644 --- a/meow-command.el +++ b/meow-command.el @@ -1395,9 +1395,7 @@ To search backward, use \\[negative-argument]." (text (meow--prompt-symbol-and-words (if arg "Visit backward: " "Visit: ") (point-min) (point-max))) - (visit-point (if (string-empty-p text) - nil - (meow--visit-point text reverse)))) + (visit-point (if (string-empty-p text) nil (meow--visit-point text reverse)))) (if visit-point (let* ((m (match-data)) (marker-beg (car m))