File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
@@ -170,15 +171,15 @@ Turning this on will open it whenever `php-mode' is loaded."
170171(defsubst php-in-string-or-comment-p ()
171172 (nth 8 (syntax-ppss )))
172173
173- (defun php-mode-extra-constants-create-regexp (kwds )
174+ (defun php-mode-extra-constants-create-regexp (kwds )
174175 " Create regexp for the list of extra constant keywords KWDS."
175176 (concat " [^_$]?\\ <\\ ("
176177 (regexp-opt
177178 (append kwds
178179 (when (boundp 'web-mode-extra-php-constants ) web-mode-extra-php-constants)))
179180 " \\ )\\ >[^_]?" ))
180181
181- (defun php-mode-extra-constants-set (sym value )
182+ (defun php-mode-extra-constants-set (sym value )
182183 " Apply the list of extra constant keywords `VALUE' .
183184
184185This function is called when the custom variable php-extra-constants
You can’t perform that action at this time.
0 commit comments