From ff8888fda901b07a6a278fcd99dbbee2ea07ffef Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 17 May 1999 09:42:16 +0000 Subject: [PATCH] XEmacs 21.2.7 --- etc/sample.emacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ;; -- 1.7.10.4