File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 92
92
93
93
(eval-when-compile
94
94
(require 'regexp-opt )
95
+ (autoload 'pkg-info-version-info " pkg-info" )
95
96
(defvar c-vsemi-status-unknown-p )
96
97
(defvar syntax-propertize-via-font-lock ))
97
98
@@ -170,15 +171,15 @@ Turning this on will open it whenever `php-mode' is loaded."
170
171
(defsubst php-in-string-or-comment-p ()
171
172
(nth 8 (syntax-ppss )))
172
173
173
- (defun php-mode-extra-constants-create-regexp (kwds )
174
+ (defun php-mode-extra-constants-create-regexp (kwds )
174
175
" Create regexp for the list of extra constant keywords KWDS."
175
176
(concat " [^_$]?\\ <\\ ("
176
177
(regexp-opt
177
178
(append kwds
178
179
(when (boundp 'web-mode-extra-php-constants ) web-mode-extra-php-constants)))
179
180
" \\ )\\ >[^_]?" ))
180
181
181
- (defun php-mode-extra-constants-set (sym value )
182
+ (defun php-mode-extra-constants-set (sym value )
182
183
" Apply the list of extra constant keywords `VALUE' .
183
184
184
185
This function is called when the custom variable php-extra-constants
You can’t perform that action at this time.
0 commit comments