This commit is contained in:
djcb
2012-06-26 22:49:34 +03:00
parent 7816436b2a
commit 006f1ece1f
3 changed files with 13 additions and 17 deletions

View File

@ -75,7 +75,7 @@ where
(defun mu4e~mark-initialize ()
"Initialize the marks subsystem."
(make-local-variable 'mu4e~mark-map)
(setq mu4e~mark-map (make-hash-table :size 16 :rehash-size 2)))
(setq mu4e~mark-map (make-hash-table :size 16)))
(defun mu4e~mark-clear ()
"Clear the marks subsystem."