From: tomo Date: Mon, 17 May 1999 09:42:16 +0000 (+0000) Subject: XEmacs 21.2.7 X-Git-Tag: r21-2-10^3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ff8888fda901b07a6a278fcd99dbbee2ea07ffef;p=chise%2Fxemacs-chise.git- XEmacs 21.2.7 --- diff --git a/etc/sample.emacs b/etc/sample.emacs index a5e0174..3124457 100644 --- a/etc/sample.emacs +++ b/etc/sample.emacs @@ -173,9 +173,9 @@ (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. ;;