Skip to content

Commit 12b102b

Browse files
committed
Add missing varibles tab-width for php-mode-debug
1 parent ada209e commit 12b102b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

php-mode.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,6 +1160,9 @@ After setting the stylevars run hooks according to STYLENAME
11601160
(message "minor-modes: %s" (cl-remove-if
11611161
(lambda (s) (string-match-p "global" (symbol-name s)))
11621162
minor-mode-list))
1163+
(message "variables: %s"
1164+
(cl-loop for v in '(tab-width)
1165+
collect (list v (symbol-value v))))
11631166
(message "custom variables: %s"
11641167
(cl-loop for (v type) in (custom-group-members 'php nil)
11651168
if (eq type 'custom-variable)

0 commit comments

Comments
 (0)