]> git.eshelyaron.com Git - sweep.git/commitdiff
; * sweeprolog.el (sweeprolog-hole): Avoid increasing text size
authorEshel Yaron <me@eshelyaron.com>
Thu, 14 Sep 2023 16:18:19 +0000 (18:18 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 14 Sep 2023 16:20:07 +0000 (18:20 +0200)
sweeprolog.el

index 4ab3cf3db3c2d4cc6439002170032c8135c691ea..655f395b5c5a1d4fe61c381d4a70737c5dc9718a 100644 (file)
@@ -2271,7 +2271,7 @@ inside a comment, string or quoted atom."
   :group 'sweeprolog-faces)
 
 (defface sweeprolog-hole
-  '((t :box t))
+  '((t :box (:line-width (-1 . -1))))
   "Face for highlighting Prolog holes."
   :group 'sweeprolog-faces)