Merge pull request #1165 from jcf/add-missing-variable-name

Add missing variable name
This commit is contained in:
Henrik Lissner 2019-02-11 00:57:09 -05:00 committed by GitHub
commit a2319205e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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