branch: master
commit eba0d9e3f9c960ac68e6eeed0bb5fd2b7abcdf9e
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
swiper.el (swiper--ivy): Remove interactive
---
swiper.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/swiper.el b/swiper.el
index 7c99a13..ef1381b 100644
--- a/swiper.el
+++ b/swiper.el
@@ -412,7 +412,6 @@ line numbers. For the buffer, use `ivy--regex' instead."
(defun swiper--ivy (candidates &optional initial-input)
"Select one of CANDIDATES and move there.
When non-nil, INITIAL-INPUT is the initial search pattern."
- (interactive)
(swiper--init)
(setq swiper-invocation-face
(plist-get (text-properties-at (point)) 'face))