I get this error repeatedly when using adoc-mode. It wasn't clear to me what that variable was meant to be, so it wasn't clear whether the warning indicated that the variable was supposed to be set locally or not, but I fixed the issue in my local copy by appending:
(defvar adoc-reserved nil)
To the list of devars.
GNU Emacs 24.4.1 in Debian 8. I can test patches or provide any additional info if you need.
I get this error repeatedly when using adoc-mode. It wasn't clear to me what that variable was meant to be, so it wasn't clear whether the warning indicated that the variable was supposed to be set locally or not, but I fixed the issue in my local copy by appending:
To the list of devars.
GNU Emacs 24.4.1 in Debian 8. I can test patches or provide any additional info if you need.