Skip to content

Commit

Permalink
init hashtable
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 11, 2024
1 parent 91b13b0 commit 0a70fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sideline.el
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
:type 'function
:group 'sideline)

(defvar-local sideline--overlays nil
(defvar-local sideline--overlays (make-hash-table)
"Displayed overlays.")

(defvar-local sideline--ex-bound-or-point nil
Expand Down

0 comments on commit 0a70fd2

Please sign in to comment.