fix trivial issues #4

Merged
conao3 merged 6 commits from feature into master 2020-02-11 00:21:40 +00:00
Showing only changes of commit 7a656bb3aa - Show all commits

View file

@ -130,10 +130,9 @@ Further details can be found in the =style(1)= man page.\n"
(defun smog--style-installed-p ()
"Is the style command installed?"
(if (eq 0 (condition-case nil
(eq 0 (condition-case nil
(call-process "style")
(error (message "The program 'style' isn't installed or can't be found."))))
t nil))
(error (message "The program 'style' isn't installed or can't be found.")))))
;;;###autoload
(defun smog-check-buffer ()