Merge pull request #2306 from brotzeit/fix-message

Fix typo in rustic setup message
This commit is contained in:
Henrik Lissner
2020-01-05 20:09:57 -05:00
committed by GitHub

View File

@@ -61,7 +61,7 @@
;; that behavior.
((symbol-function #'rustic-install-lsp-client-p)
(lambda (&rest _)
(message "No RLS server running"))))
(message "No LSP server running"))))
(apply orig-fn args))))