I probably have known this once, but I can't remember.
What is the reason for all the DEFVAR_BUFFER_LOCAL_VARIABLES with
hardwired slots in the buffer structure?
If I want a new buffer-local C-accessible variable,, do I have to do
that, or can I just define a standard DEFVAR variable, and then make
it buffer-local in Lisp ?