File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 84
84
(require 'speedbar )
85
85
(require 'imenu )
86
86
(require 'nadvice nil t )
87
- (require 'php-project nil t )
87
+ (require 'package )
88
88
89
89
(require 'cl-lib )
90
90
(require 'mode-local )
@@ -1182,6 +1182,8 @@ After setting the stylevars run hooks according to STYLENAME
1182
1182
(declare (indent 1 ))
1183
1183
(php-mode-debug--buffer 'insert (apply #'format format-string args) " \n " ))
1184
1184
1185
+ (declare-function custom-group-members " cus-edit" (symbol groups-only))
1186
+
1185
1187
(defun php-mode-debug ()
1186
1188
" Display informations useful for debugging PHP Mode."
1187
1189
(interactive )
@@ -1309,6 +1311,9 @@ After setting the stylevars run hooks according to STYLENAME
1309
1311
(save-excursion
1310
1312
(php-syntax-propertize-function (point-min ) (point-max ))))))
1311
1313
1314
+
1315
+ (declare-function semantic-create-imenu-index " semantic/imenu" (&optional stream))
1316
+
1312
1317
(defvar-mode-local php-mode imenu-create-index-function
1313
1318
(if php-do-not-use-semantic-imenu
1314
1319
#'imenu-default-create-index-function
You can’t perform that action at this time.
0 commit comments