Skip to content

Commit

Permalink
removed extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnyanon committed Jun 2, 2024
1 parent 007c953 commit 4f69240
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions meow-command.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 4f69240

Please sign in to comment.