diff lisp/prim/glyphs.el @ 8:4b173ad71786 r19-15b5

Import from CVS: tag r19-15b5
author cvs
date Mon, 13 Aug 2007 08:47:35 +0200
parents 376386a54a3c
children 0293115a14e9
line wrap: on
line diff
--- a/lisp/prim/glyphs.el	Mon Aug 13 08:47:16 2007 +0200
+++ b/lisp/prim/glyphs.el	Mon Aug 13 08:47:35 2007 +0200
@@ -632,12 +632,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 continuation 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