emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/eglot-inactive-regions 8f341e9ad7 32/66: Minor cosmetics


From: ELPA Syncer
Subject: [nongnu] elpa/eglot-inactive-regions 8f341e9ad7 32/66: Minor cosmetics
Date: Fri, 6 Dec 2024 06:59:54 -0500 (EST)

branch: elpa/eglot-inactive-regions
commit 8f341e9ad7332f76dbff18c3fa5a56ff4ba20758
Author: Filippo Argiolas <filippo.argiolas@gmail.com>
Commit: Filippo Argiolas <filippo.argiolas@gmail.com>

    Minor cosmetics
---
 clangd-inactive-regions.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/clangd-inactive-regions.el b/clangd-inactive-regions.el
index 8a25822ad4..882ce5cb9e 100644
--- a/clangd-inactive-regions.el
+++ b/clangd-inactive-regions.el
@@ -149,7 +149,9 @@ If the correspondend \"clangd-inactive\" face doesn't not 
exist yet create it."
 
 (defun clangd-inactive-regions--forward-face-or-whitespace ()
   "Forward to the next face change.
-Some mode uses `default' face for both generic keywords and whitespace while 
some other uses nil for whitespace.  Either way we don't want to includ 
whitespace in fontification."
+Some mode uses `default' face for both generic keywords and
+whitespace while some other uses nil for whitespace.  Either way
+we don't want to includ whitespace in fontification."
   (setq prev-face (get-text-property (point) 'face))
   (forward-char)
   (setq next-face (get-text-property (point) 'face))



reply via email to

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