Skip to content

Commit 98ecb4c

Browse files
committed
Disable extra indentation support under Emacs 28
1 parent 1e55dbe commit 98ecb4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lisp/php-mode.el

+2
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,8 @@ but only if the setting is enabled."
615615
((looking-at-p "->") '+)
616616
((looking-at-p "[:?]") '+)
617617
((looking-at-p "[,;]") nil)
618+
;; Disable extra indentation support under Emacs 28
619+
((eval-when-compile (version< emacs-version "28")) nil)
618620
;; Is the previous line terminated with `,' ?
619621
((progn
620622
(forward-line -1)

0 commit comments

Comments
 (0)