Minor refactor & comment/docstring revision

This commit is contained in:
Henrik Lissner 2019-10-26 13:57:54 -04:00
parent 5b1dc3c63f
commit c360f0dceb
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 10 additions and 11 deletions

View file

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