diff options
Diffstat (limited to 'lisp/emacs-lisp/package-vc.el')
-rw-r--r-- | lisp/emacs-lisp/package-vc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index c3f54c1be8d..52e7e25e9f1 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -507,8 +507,8 @@ If no such revision can be found, return nil." (ignore-error vc-not-supported (vc-call-backend (vc-backend (buffer-file-name)) 'last-change - (match-beginning 0) - (match-end 0)))))))) + (buffer-file-name) + (line-number-at-pos nil t)))))))) ;;;###autoload (defun package-vc-install (name-or-url &optional name rev backend) |