summaryrefslogtreecommitdiff
path: root/helm-font.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-04-07 15:01:59 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-04-07 15:01:59 +0200
commit217d84fabb75b1d5c066f875261aaa2dde6d7ea7 (patch)
treea3404a294dbe28f7e9d435a9e616997fe7a3b010 /helm-font.el
parent9722df2be9ebcacf1f782bf8ee8f9c4b757c238d (diff)
Give a buffer name to helm ucs buffer.
* helm-font.el (helm-ucs): Do it.
Diffstat (limited to 'helm-font.el')
-rw-r--r--helm-font.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-font.el b/helm-font.el
index 9211ee30..c88e3ba9 100644
--- a/helm-font.el
+++ b/helm-font.el
@@ -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)