emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/extend_face_id 666b687 10/19: Make hl-line face to


From: Jimmy Aguilar Mena
Subject: [Emacs-diffs] feature/extend_face_id 666b687 10/19: Make hl-line face to extend all the line..
Date: Sun, 13 Oct 2019 17:29:58 -0400 (EDT)

branch: feature/extend_face_id
commit 666b687a68f209d0b2415c03e67be90d2419ecb8
Author: Jimmy Aguilar Mena <address@hidden>
Commit: Jimmy Aguilar Mena <address@hidden>

    Make hl-line face to extend all the line..
    
    * lisp/hl-line.el : Added extend attribute to hl-line face.
---
 lisp/hl-line.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/hl-line.el b/lisp/hl-line.el
index 8d929b8..8d92e36 100644
--- a/lisp/hl-line.el
+++ b/lisp/hl-line.el
@@ -78,7 +78,7 @@ when `global-hl-line-sticky-flag' is non-nil.")
   :group 'convenience)
 
 (defface hl-line
-  '((t :inherit highlight))
+  '((t :inherit highlight :extend t))
   "Default face for highlighting the current line in Hl-Line mode."
   :version "22.1"
   :group 'hl-line)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]