Skip to content

Commit c1c8c59

Browse files
committed
Set php-mode-use-php7-syntax-table to NIL as default
1 parent 8a5d984 commit c1c8c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/php-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ In that case set to `NIL'."
318318
:tag "PHP Mode Enable Project Local Variable"
319319
:type 'boolean)
320320

321-
(defcustom php-mode-use-php7-syntax-table t
321+
(defcustom php-mode-use-php7-syntax-table nil
322322
"When set to `T', use a syntax table compatible with PHP 7."
323323
:group 'php-mode
324324
:tag "PHP Mode Enable Project Local Variable"

0 commit comments

Comments
 (0)