Eric S Fraga <esfli...@gmail.com> writes: > auto-fill-function is a variable defined in ‘C source code’. > Its value is ‘message-do-auto-fill’ > > normal-auto-fill-function is a variable defined in ‘simple.el’. > Its value is ‘message-do-auto-fill’
[...] > So the problem is due to auto-fill not working properly. Possibly. Could you replace each occurrence of normal-auto-fill-function with (local 'normal-auto-fill-function) in minor mode definition and try again? If it still fails, could you provide an ECM?