Skip to content

Commit b021957

Browse files
committed
Remove autoload cookie from phpactor--find-executable and add comment
Do not autoload package private function.
1 parent 01ced48 commit b021957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpactor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ of GitHub.")
112112
;; Special variables
113113
(defvar phpactor--execute-async nil)
114114

115-
;;;###autoload
116115
(defun phpactor--find-executable ()
116+
"Return path to Phpactor executable file."
117117
(let ((vendor-executable (f-join phpactor-install-directory "vendor/bin/phpactor")))
118118
(if (file-exists-p vendor-executable)
119119
vendor-executable

0 commit comments

Comments
 (0)