Skip to content

Commit

Permalink
Fix multiple-definition of merlin--search
Browse files Browse the repository at this point in the history
  • Loading branch information
xvw committed Sep 19, 2024
1 parent 766d8d7 commit 0997604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs/merlin.el
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ An ocaml atom is any string containing [a-z_0-9A-Z`.]."
(if (use-region-p)
(let ((query (buffer-substring start end)))
(merlin--perform-search-completion query start end))
(call-interactively #'merlin--search)))
(call-interactively #'merlin--search-polarity-or-by-type)))

;;;;;;;;;;;;;;;;;
;; TYPE BUFFER ;;
Expand Down

0 comments on commit 0997604

Please sign in to comment.