;ELC ;;; Compiled ;;; in Emacs version 28.0.50 ;;; with all optimizations. (byte-code "\300\301!\210\302\303\304\305\306DD\307\310\311\312\313\314\315& \210\302\316\304\305\317DD\320\310\311\312\313\314\321& \207" [require lsp-mode custom-declare-variable lsp-clients-p4lsd-executable funcall function #[0 "\300\207" [#1="p4lsd"] 1 #1#] "The p4lsd executable to use.\nLeave as just the executable name to use the default behavior of\nfinding the executable with `exec-path'." :group lsp-p4 :risky t :type file lsp-clients-p4lsd-args #[0 "\300\207" [nil] 1] "Extra arguments for the p4lsd executable." (repeat string)] 10) #@47 Generate the language server startup command. (defalias 'lsp-clients--p4lsd-command #[0 " B\207" [lsp-clients-p4lsd-executable lsp-clients-p4lsd-args] 2 (#$ . 634)]) (byte-code "\300\301\302\303\304!\305\306\307\310\311\312&!\210\313\314!\207" [lsp-register-client make-lsp-client :new-connection lsp-stdio-connection lsp-clients--p4lsd-command :major-modes (p4lang-mode) :priority -1 :server-id p4lsd provide lsp-p4] 10)