(ruler-mode-ruler): Make the string `ruler'

mulitbyte.
This commit is contained in:
Kenichi Handa 2006-11-16 08:08:17 +00:00
parent 5b953c356f
commit 34c2efdcb0

View file

@ -665,7 +665,8 @@ Optional argument PROPS specifies other text properties to apply."
;; Create an "clean" ruler.
(ruler
(propertize
(make-string w ruler-mode-basic-graduation-char)
(string-to-multibyte
(make-string w ruler-mode-basic-graduation-char))
'face 'ruler-mode-default
'local-map ruler-mode-map
'help-echo (cond