mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-12 18:01:14 +01:00
fix invalid defvar initialization that now errors
This commit is contained in:
parent
3c2316a0c4
commit
b934190917
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user