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

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

[elpa] externals/consult ad8cfbde21 3/3: Preserve font-lock properties


From: ELPA Syncer
Subject: [elpa] externals/consult ad8cfbde21 3/3: Preserve font-lock properties
Date: Sun, 27 Feb 2022 08:57:21 -0500 (EST)

branch: externals/consult
commit ad8cfbde21d3ba16eb28b2d9fb27146eb422df3d
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Preserve font-lock properties
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 21e5b442ee..2299c336ef 100644
--- a/consult.el
+++ b/consult.el
@@ -1058,7 +1058,7 @@ tofu-encoded MARKER suffix for disambiguation."
 ;; we cannot use it here since it excludes too much (e.g., invisible)
 ;; and at the same time not enough (e.g., cursor-sensor-functions).
 (defconst consult--remove-text-properties
-  '(category cursor cursor-intangible cursor-sensor-functions field 
follow-link font-lock-face
+  '(category cursor cursor-intangible cursor-sensor-functions field follow-link
     fontified front-sticky help-echo insert-behind-hooks insert-in-front-hooks 
intangible keymap
     local-map modification-hooks mouse-face pointer read-only rear-nonsticky 
yank-handler)
   "List of text properties to remove from buffer strings.")



reply via email to

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