Skip to content

Commit 0f36bf3

Browse files
committed
Remove eval-when-compile
1 parent 325add6 commit 0f36bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-runtime.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
(require 'cl-lib))
4040
(require 'compat nil t)
4141
(require 'eieio)
42-
(when (eval-when-compile (require 'shortdoc nil t))
42+
(when (require 'shortdoc nil t)
4343
(require 'php-runtime-shortdoc))
4444

4545
(defgroup php-runtime nil

0 commit comments

Comments
 (0)