Skip to content

Commit d726adf

Browse files
author
George Moutsopoulos
committed
bugfix
1 parent f1494c6 commit d726adf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

org-annotate-python.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ Optional squash for final annotation, if nil keep all, if zero keeps only filena
167167
(when (memq major-mode '(python-mode))
168168
;; This is a man page, we do make this link.
169169
(let* ((filename (buffer-file-name))
170-
(name (org-annotate-python-pydef-select-candidate))
170+
(dotted (org-annotate-python-get-pydef-name))
171+
(name (org-annotate-python-pydef-select-candidate dotted))
171172
(description nil))
172173
(unless nofile
173174
(setq name (concat filename "::" name)))

0 commit comments

Comments
 (0)