File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 8484(require 'speedbar )
8585(require 'imenu )
8686(require 'nadvice nil t )
87- (require 'php-project nil t )
87+ (require 'package )
8888
8989(require 'cl-lib )
9090(require 'mode-local )
@@ -1182,6 +1182,8 @@ After setting the stylevars run hooks according to STYLENAME
11821182 (declare (indent 1 ))
11831183 (php-mode-debug--buffer 'insert (apply #'format format-string args) " \n " ))
11841184
1185+ (declare-function custom-group-members " cus-edit" (symbol groups-only))
1186+
11851187(defun php-mode-debug ()
11861188 " Display informations useful for debugging PHP Mode."
11871189 (interactive )
@@ -1309,6 +1311,9 @@ After setting the stylevars run hooks according to STYLENAME
13091311 (save-excursion
13101312 (php-syntax-propertize-function (point-min ) (point-max ))))))
13111313
1314+
1315+ (declare-function semantic-create-imenu-index " semantic/imenu" (&optional stream))
1316+
13121317(defvar-mode-local php-mode imenu-create-index-function
13131318 (if php-do-not-use-semantic-imenu
13141319 #'imenu-default-create-index-function
You can’t perform that action at this time.
0 commit comments