3170 broken the Emacs Pro Essentials plugin.
The cause appears to be related to this piece of code possibly not being called?
def plugin_loaded():
kill_ring.initialize()
isearch.initialize()
# preprocess this module
preprocess_module(sys.modules[__name__])
Has something changed in this area?
3169 is fine.