fix invalid defvar initialization that now errors

This commit is contained in:
Jason L. Shiffer 2015-12-09 19:33:15 -05:00
parent 3c2316a0c4
commit b934190917

View File

@ -58,7 +58,7 @@
"Association of types available to the current boxes implementation." )
(make-variable-buffer-local 'boxes-types-alist)
(defvar boxes-history (list nil))
(defvar boxes-history nil)
;;;###autoload
(defvar boxes-known-modes