You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: