Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retain the modification state on mode activation #308

Merged
merged 1 commit into from
Jun 5, 2016

Conversation

jorissteyn
Copy link
Contributor

Since commit 86eab80 php-mode calls php-syntax-propertize-function on
mode activation in emacs 25. This commit wraps the call in the
with-silent-modifications macro so the modification state is retained,
just like how emacs' syntax.el calls syntax-propertize functions.

Resolves issue #307.

Since commit 86eab80 php-mode calls php-syntax-propertize-function on
mode activation in emacs 25. This commit wraps the call in the
with-silent-modifications macro so the modification state is retained,
just like how emacs' syntax.el calls syntax-propertize functions.

Resolves issue emacs-php#307.
@syohex syohex merged commit f7b0074 into emacs-php:master Jun 5, 2016
@syohex
Copy link
Collaborator

syohex commented Jun 5, 2016

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants