File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -767,17 +767,20 @@ Note that this feature is only available when `company-mode' is installed."
767
767
;;;### autoload
768
768
(defun racer-find-definition ()
769
769
" Run the racer find-definition command and process the results."
770
- (interactive (racer--find-definition #'find-file )))
770
+ (interactive )
771
+ (racer--find-definition #'find-file ))
771
772
772
773
;;;### autoload
773
774
(defun racer-find-definition-other-window ()
774
775
" Run the racer find-definition command and process the results."
775
- (interactive (racer--find-definition #'find-file-other-window )))
776
+ (interactive )
777
+ (racer--find-definition #'find-file-other-window ))
776
778
777
779
;;;### autoload
778
780
(defun racer-find-definition-other-frame ()
779
781
" Run the racer find-definition command and process the results."
780
- (interactive (racer--find-definition #'find-file-other-frame )))
782
+ (interactive )
783
+ (racer--find-definition #'find-file-other-frame ))
781
784
782
785
(defun racer--syntax-highlight (str )
783
786
" Apply font-lock properties to a string STR of Rust code."
You can’t perform that action at this time.
0 commit comments