The editor now uses fine-grained locking rather than process-level locking using
mp:without-interrupts
and
mp:without-preemption
. If you implement editor extensions, you should now use the macros
editor:with-buffer-locked
and
editor:with-point-locked
to get locking.