summaryrefslogtreecommitdiff
path: root/lisp/km-magit.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/km-magit.el')
-rw-r--r--lisp/km-magit.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/km-magit.el b/lisp/km-magit.el
index 3fb2255..ced8bed 100644
--- a/lisp/km-magit.el
+++ b/lisp/km-magit.el
@@ -21,6 +21,7 @@
;;; Code:
(require 'avy)
+(require 'bug-reference)
(require 'cl-lib)
(require 'git-rebase)
(require 'km-util)
@@ -1236,7 +1237,7 @@ With a \\[universal-argument] \\[universal-argument], do not mark them at all."
(user-error "Not on commit line"))
(avy-with km/git-rebase-move-commit
(setq avy-action #'km/git-rebase--move-line)
- (avy--process
+ (avy-process
(km/git-rebase--collect-lines)
#'avy--overlay-post)))