mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-03-05 01:31:29 +01:00
Merge pull request #18 from zerotao/master
fix issue #17 boxes.el history list nil
This commit is contained in:
commit
5b630c3646
@ -58,7 +58,7 @@
|
|||||||
"Association of types available to the current boxes implementation." )
|
"Association of types available to the current boxes implementation." )
|
||||||
(make-variable-buffer-local 'boxes-types-alist)
|
(make-variable-buffer-local 'boxes-types-alist)
|
||||||
|
|
||||||
(defvar boxes-history (list nil))
|
(defvar boxes-history nil)
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defvar boxes-known-modes
|
(defvar boxes-known-modes
|
||||||
|
Loading…
Reference in New Issue
Block a user