Kyle Jones <kyle_jones(a)wonderworks.com> writes:
defconst after make-variable-buffer-local only sets the (local)
value of the variable in the buffer that is current at the time
of the call. edebug apparently needs the global value of
edebug-form-data to be set to nil.
I cannot help but wonder if it ever worked and how?