Fix micro-state error.

Seems like `defdoc` was being defined by the return of `spacemacs//micro-state-set-minibuffer-height`.
This commit is contained in:
Rich Alesi 2015-11-12 23:35:42 -07:00 committed by Eivind Fonn
parent ea9ce5ef6d
commit a16e170a41
1 changed files with 2 additions and 1 deletions

View File

@ -175,7 +175,8 @@ used."
(spacemacs//micro-state-set-minibuffer-height defdoc)
(apply ',msg-func
(list (spacemacs//micro-state-propertize-doc
(format "%S: %s" ',name defdoc)))))))))
(format "%S: %s" ',name defdoc))))
defdoc)))))
(wrapper-func
(if (and (boundp wrapped)
(eval `(keymapp ,wrapped)))