Add missing variable name
This enables compilation of the Ruby module where previously the following error would cause a breaking error. ../../../lang/ruby/autoload.el:48:45:Error: &rest without variable name ✕ Failed to compile modules/lang/ruby/autoload.el
This commit is contained in:
parent
5f002808d7
commit
c166f075a3
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue