comparison etc/sample.emacs @ 384:bbff43aa5eb7 r21-2-7

Import from CVS: tag r21-2-7
author cvs
date Mon, 13 Aug 2007 11:08:24 +0200
parents 6240c7796c7a
children
comparison
equal deleted inserted replaced
383:6a50c6a581a5 384:bbff43aa5eb7
171 171
172 ;; Change the pointer used when the mouse is over a modeline 172 ;; Change the pointer used when the mouse is over a modeline
173 (set-glyph-image modeline-pointer-glyph "leftbutton") 173 (set-glyph-image modeline-pointer-glyph "leftbutton")
174 174
175 ;; Change the continuation glyph face so it stands out more 175 ;; Change the continuation glyph face so it stands out more
176 (and (fboundp 'set-glyph-property) 176 (and (fboundp 'make-face-bold)
177 (boundp 'continuation-glyph) 177 (boundp 'continuation-glyph)
178 (set-glyph-property continuation-glyph 'face 'bold)) 178 (make-face-bold (glyph-face continuation-glyph)))
179 179
180 ;; Change the pointer used during garbage collection. 180 ;; Change the pointer used during garbage collection.
181 ;; 181 ;;
182 ;; Note that this pointer image is rather large as pointers go, 182 ;; Note that this pointer image is rather large as pointers go,
183 ;; and so it won't work on some X servers (such as the MIT 183 ;; and so it won't work on some X servers (such as the MIT