lang/{ruby,python}: Fix advice arguments errors

This commit is contained in:
Henrik Lissner 2018-09-26 09:41:43 -04:00
parent 784dcf45f6
commit 4e0a4e1b51
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ started it."
(+ruby-version))))
;;;###autoload
(defun +ruby|update-version-in-all-buffers ()
(defun +ruby|update-version-in-all-buffers (&rest )
"Update `+ruby--version' in all `enh-ruby-mode' buffers."
(dolist (buffer (doom-buffers-in-mode 'enh-ruby-mode))
(setq +ruby-version-cache (clrhash +ruby-version-cache))