Skip to content

Commit

Permalink
don't let major-mode change kill our state
Browse files Browse the repository at this point in the history
  • Loading branch information
Le Wang committed Sep 12, 2011
1 parent 36cfbca commit d62e7d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e-sink.el
Expand Up @@ -101,6 +101,7 @@
(defvar e-sink-data-alist nil
"")
(make-variable-buffer-local 'e-sink-data-alist)
(put 'e-sink-data-alist 'permanent-local t)

(defvar s-sink-refresh-rate 2
"polling interval of temp file")
Expand Down

0 comments on commit d62e7d3

Please sign in to comment.