[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 03073f32ad 2/3: make no-properties default
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 03073f32ad 2/3: make no-properties default |
Date: |
Sun, 23 Oct 2022 01:58:46 -0400 (EDT) |
branch: elpa/helm
commit 03073f32add730757d5ffe877e9b89f3e0bec711
Author: Berdan <berdan.akyurek@ug.bilkent.edu.tr>
Commit: Berdan <berdan.akyurek@ug.bilkent.edu.tr>
make no-properties default
---
helm-occur.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-occur.el b/helm-occur.el
index f933796f0b..5b3c927b9b 100644
--- a/helm-occur.el
+++ b/helm-occur.el
@@ -120,7 +120,7 @@ Note that when using `buffer-substring' initialization will
be slower."
(const :tag "Without text properties"
buffer-substring-no-properties))))
(defcustom helm-occur-buffer-substring-default-mode
- 'buffer-substring
+ 'buffer-substring-no-properties
"Default mode for major modes not defined in
helm-occur-buffer-substring-fn-for-modes.
Can be one of `buffer-substring' or `buffer-substring-no-properties'.