XEmacs 21.2.7
authortomo <tomo>
Mon, 17 May 1999 09:42:16 +0000 (09:42 +0000)
committertomo <tomo>
Mon, 17 May 1999 09:42:16 +0000 (09:42 +0000)
etc/sample.emacs

index a5e0174..3124457 100644 (file)
              (set-glyph-image modeline-pointer-glyph "leftbutton")
 
              ;; Change the continuation glyph face so it stands out more
-             (and (fboundp 'set-glyph-property)
+             (and (fboundp 'make-face-bold)
                   (boundp 'continuation-glyph)
-                  (set-glyph-property continuation-glyph 'face 'bold))
+                  (make-face-bold (glyph-face continuation-glyph)))
 
              ;; Change the pointer used during garbage collection.
              ;;