[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 90e2fd74c8 2/3: Use helm-goto-char in helm-outline
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 90e2fd74c8 2/3: Use helm-goto-char in helm-outline |
Date: |
Sat, 27 Jul 2024 19:00:15 -0400 (EDT) |
branch: elpa/helm
commit 90e2fd74c8775cc172c31be9c828cf3e5f664bae
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Use helm-goto-char in helm-outline
---
helm-misc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-misc.el b/helm-misc.el
index b188eed52f..96d348fc52 100644
--- a/helm-misc.el
+++ b/helm-misc.el
@@ -409,7 +409,7 @@ Default action change TZ environment variable locally to
emacs."
and collect
(cons (buffer-substring beg end) beg)))))
:action (lambda (pos)
- (goto-char pos)
+ (helm-goto-char pos)
(helm-highlight-current-line)))
:preselect (save-excursion
(when (condition-case _err