Skip to content

Commit eb08986

Browse files
committed
Add missing varibles indent-tabs-mode for php-mode-debug
1 parent 12b102b commit eb08986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@ After setting the stylevars run hooks according to STYLENAME
11611161
(lambda (s) (string-match-p "global" (symbol-name s)))
11621162
minor-mode-list))
11631163
(message "variables: %s"
1164-
(cl-loop for v in '(tab-width)
1164+
(cl-loop for v in '(indent-tabs-mode tab-width)
11651165
collect (list v (symbol-value v))))
11661166
(message "custom variables: %s"
11671167
(cl-loop for (v type) in (custom-group-members 'php nil)

0 commit comments

Comments
 (0)