Mercurial > hg > xemacs-beta
diff lisp/prim/glyphs.el @ 74:54cc21c15cbb r20-0b32
Import from CVS: tag r20-0b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:04:33 +0200 |
parents | 131b0175ea99 |
children | 0d2f883870bc |
line wrap: on
line diff
--- a/lisp/prim/glyphs.el Mon Aug 13 09:03:47 2007 +0200 +++ b/lisp/prim/glyphs.el Mon Aug 13 09:04:33 2007 +0200 @@ -633,12 +633,16 @@ ;; finish initializing continuation glyph -- created internally ;; because it has a built-in bitmap - (set-glyph-image continuation-glyph "\\" 'global 'tty))) + (set-glyph-image continuation-glyph "\\" 'global 'tty) + + ;; finish initializing hscroll glyph -- created internally + ;; because it has a built-in bitmap + (set-glyph-image hscroll-glyph "$" 'global 'tty))) (set-glyph-image octal-escape-glyph "\\") (set-glyph-image control-arrow-glyph "^") (set-glyph-image invisible-text-glyph " ...") - (set-glyph-image hscroll-glyph "$") + ;; (set-glyph-image hscroll-glyph "$") ;; finish initializing xemacs logo -- created internally because it ;; has a built-in bitmap