chiark / gitweb /
el/dot-emacs.el: Graphic displays have fringes, not just X.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 1 Aug 2017 11:46:44 +0000 (12:46 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 1 Aug 2017 11:46:44 +0000 (12:46 +0100)
el/dot-emacs.el

index b7309246510d66f5713c6f5696b04004171a23f1..2fdc9abd1b1336dc3603e97458d05528754b01d4 100644 (file)
@@ -1551,7 +1551,7 @@ (let ((dollar (make-glyph-code ?$ 'mdw-ellipsis-face))
 ;;; Where is point?
 
 (mdw-define-face mdw-point-overlay
-  (((type x)))
+  (((type graphic)))
   (((min-colors 64)) :background "darkblue")
   (((class color)) :background "blue")
   (((type tty) (class mono)) :inverse-video t))