X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=etc%2Fsample.emacs;h=3124457c806a26e81485baddbe17733faaedf1d0;hb=e3dd4fcca5a3e17accdbc1620554ab449cc9ec5f;hp=a5e01748e016ee5f4f1b80c11b4ae3796f92dc87;hpb=9d151776f61b96fb322d7b10f39cb878156e2ebd;p=chise%2Fxemacs-chise.git- 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. ;;