Mercurial > hg > xemacs-beta
diff lisp/msw-glyphs.el @ 286:57709be46d1b r21-0b41
Import from CVS: tag r21-0b41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:03 +0200 |
parents | c42ec1d1cded |
children | e11d67e05968 |
line wrap: on
line diff
--- a/lisp/msw-glyphs.el Mon Aug 13 10:34:15 2007 +0200 +++ b/lisp/msw-glyphs.el Mon Aug 13 10:35:03 2007 +0200 @@ -60,9 +60,11 @@ ;; strings are not allowed so they will be ignored. ("" [nothing]))) - (set-glyph-image truncation-glyph "$" 'global 'mswindows) - (set-glyph-image continuation-glyph "\\" 'global 'mswindows) - (set-glyph-image hscroll-glyph "$" 'global 'mswindows) + (set-face-font 'border-glyph "WingDings:regular:11: :symbol" + 'global 'mswindows) + (set-glyph-image continuation-glyph "\xC3" 'global 'mswindows) + (set-glyph-image truncation-glyph "\xF0" 'global 'mswindows) + (set-glyph-image hscroll-glyph "\xEF" 'global 'mswindows) (set-glyph-image octal-escape-glyph "\\") (set-glyph-image control-arrow-glyph "^")