Fix void-function browse-at-remote-get-url error

When 'SPC g y' is used before browse-at-remote has loaded.
This commit is contained in:
Henrik Lissner 2020-01-06 23:46:33 -05:00
parent aad7961647
commit af0139e974
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,5 +1,6 @@
;;; emacs/vc/autoload/vc.el -*- lexical-binding: t; -*- ;;; emacs/vc/autoload/vc.el -*- lexical-binding: t; -*-
(autoload 'browse-at-remote-get-url "browse-at-remote")
(autoload 'browse-at-remote--file-url "browse-at-remote") (autoload 'browse-at-remote--file-url "browse-at-remote")
;;;###autoload ;;;###autoload