Skip to content

Commit 76d35ba

Browse files
committed
Suppress warning in compile-time
``` In end of data: php-mode.el:1864:1:Warning: the function ‘pkg-info-version-info’ is not known to be defined. ```
1 parent ad41523 commit 76d35ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: php-mode.el

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292

9393
(eval-when-compile
9494
(require 'regexp-opt)
95+
(autoload 'pkg-info-version-info "pkg-info")
9596
(defvar c-vsemi-status-unknown-p)
9697
(defvar syntax-propertize-via-font-lock))
9798

0 commit comments

Comments
 (0)