emacs/vc: fix void-function browse-at-remote--file-url error

This commit is contained in:
Henrik Lissner 2019-12-15 14:58:01 -05:00
parent 37cb3739f5
commit 77a68006d4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,5 +1,7 @@
;;; emacs/vc/autoload/vc.el -*- lexical-binding: t; -*- ;;; emacs/vc/autoload/vc.el -*- lexical-binding: t; -*-
(autoload 'browse-at-remote--file-url "browse-at-remote")
;;;###autoload ;;;###autoload
(defun +vc/browse-at-remote-file-or-region () (defun +vc/browse-at-remote-file-or-region ()
"Open the current file at remote in your browser. "Open the current file at remote in your browser.