Skip to content

Commit

Permalink
nit(jiralib2): avoid confusing variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 11, 2023
1 parent 1b3f32c commit 8d227b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/me-vc.el
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
:straight t
:commands +jira-insert-ticket-id
:config
(defun +jira--ticket-annotation-fn (t)
(let ((item (assoc t minibuffer-completion-table)))
(defun +jira--ticket-annotation-fn (ticket)
(let ((item (assoc ticket minibuffer-completion-table)))
(when item (concat " " (cdr item)))))

(defun +jira-insert-ticket-id ()
Expand Down

0 comments on commit 8d227b8

Please sign in to comment.