Skip to content

Commit

Permalink
Give a buffer name to helm ucs buffer.
Browse files Browse the repository at this point in the history
* helm-font.el (helm-ucs): Do it.
  • Loading branch information
Thierry Volpiatto committed Apr 7, 2016
1 parent 9722df2 commit 217d84f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm-font.el
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ Only math* symbols are collected."
(helm :sources 'helm-source-ucs
:keymap helm-ucs-map
:history 'helm-ucs-history
:input (and char (multibyte-string-p char) char))))
:input (and char (multibyte-string-p char) char)
:buffer "*helm ucs*")))

(provide 'helm-font)

Expand Down

0 comments on commit 217d84f

Please sign in to comment.