projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30a1d5d
)
Fix a compilation warning.
author
Philipp Stephani
<phst@google.com>
Fri, 1 Jan 2021 11:39:14 +0000
(12:39 +0100)
committer
Philipp Stephani
<phst@google.com>
Fri, 1 Jan 2021 11:39:14 +0000
(12:39 +0100)
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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ruby-mode.el
b/lisp/progmodes/ruby-mode.el
index 5635bf1cabe7111e547be4942810786c32faa313..9acd7b47876b197b7bca587d725cd3a16bff92e6 100644
(file)
--- a/
lisp/progmodes/ruby-mode.el
+++ b/
lisp/progmodes/ruby-mode.el
@@
-32,7
+32,7
@@
;;; Code:
-(
eval-when-compile (require 'cl-lib)
)
+(
require 'cl-lib
)
(defgroup ruby nil
"Major mode for editing Ruby code."