Mercurial > hg > xemacs-beta
comparison etc/sample.emacs @ 327:03446687b7cc r21-0-61
Import from CVS: tag r21-0-61
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:48:16 +0200 |
parents | 341dac730539 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
326:e2671bc7f66a | 327:03446687b7cc |
---|---|
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 |