branch: elpa/flamegraph
commit b3b2c7d41f6a6292d14715f7ccb01f6b6bf5c610
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    Call pulse-momentary-highlight-one-line
---
 flamegraph.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/flamegraph.el b/flamegraph.el
index 4de44d51ac..bb0bf0ef08 100644
--- a/flamegraph.el
+++ b/flamegraph.el
@@ -522,7 +522,8 @@ DIRECTORY, then `default-directory'."
   (find-file-other-window path)
   (when (> line 0)
     (goto-char (point-min))
-    (forward-line (1- line))))
+    (forward-line (1- line))
+    (pulse-momentary-highlight-one-line (point))))
 
 (defun flamegraph-find-source ()
   "Visit the source of the function of the frame at point.

Reply via email to