]> git.eshelyaron.com Git - emacs.git/commit
Fix a compilation warning.
authorPhilipp Stephani <phst@google.com>
Fri, 1 Jan 2021 11:39:14 +0000 (12:39 +0100)
committerPhilipp Stephani <phst@google.com>
Fri, 1 Jan 2021 11:39:14 +0000 (12:39 +0100)
commit0273cb61a4bb8a7ddd2dccf0d67d5da8c3da6a42
treee0497b85496e97b4e3bc4a7fb8693abe03847d7d
parent30a1d5da7a43d51a97cbe8d91add9a26dd99df90
Fix a compilation warning.

ruby-mode uses 'cl-evenp' at runtime, so cl-lib must be available at
runtime as well.

* lisp/progmodes/ruby-mode.el (cl-lib): Require at runtime as well.
lisp/progmodes/ruby-mode.el