You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We expect that php-syntax-propertize-function is called one time when opening
php file. Before emacs 25, it is called. However Emacs 25 optimizes for reducing
calling syntax-propertize-function and it is not called at opening php file. So
php-mode calls it explicitly in php-mode function.
0 commit comments