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
purescript-mode.el: make purescript-literate truly buffer-local
It was defined with `defvar` and then made into buffer-local
with (make-variable-buffer-local). The call though was only executed
once, which is likely an omission as even the documentation states the
variable supposed to be buffer-local.
So fix that and make it truly buffer-local.
0 commit comments