fix message

This commit is contained in:
brotzeit 2020-01-03 23:22:28 +01:00
parent 11676b0153
commit 8bed16eb72

View file

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