Fix #5224: void-function error on +vc/* commands
This commit is contained in:
parent
459eba8fe0
commit
6438172e74
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
;;; emacs/vc/autoload/vc.el -*- lexical-binding: t; -*-
|
;;; emacs/vc/autoload/vc.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(defun +vc--remote-homepage ()
|
(defun +vc--remote-homepage ()
|
||||||
|
(require 'browse-at-remote)
|
||||||
(or (let ((url (browse-at-remote--remote-ref)))
|
(or (let ((url (browse-at-remote--remote-ref)))
|
||||||
(cdr (browse-at-remote--get-url-from-remote (car url))))
|
(cdr (browse-at-remote--get-url-from-remote (car url))))
|
||||||
(user-error "Can't find homepage for current project")))
|
(user-error "Can't find homepage for current project")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue