mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
Improve Tramp startup time
* lisp/net/tramp-cmds.el (tramp-repository-branch) (tramp-repository-version): * lisp/net/tramp-message.el (tramp-repository-branch) (tramp-repository-version): Declare. * lisp/net/trampver.el (tramp-repository-branch) (tramp-repository-version): Remove ;;;###tramp-autoload cookie.
This commit is contained in:
parent
c1436ac64d
commit
29d4ba5625
@ -39,6 +39,8 @@
|
||||
(defvar mm-7bit-chars)
|
||||
(defvar reporter-eval-buffer)
|
||||
(defvar reporter-prompt-for-summary-p)
|
||||
(defvar tramp-repository-branch)
|
||||
(defvar tramp-repository-version)
|
||||
|
||||
;;;###tramp-autoload
|
||||
(defun tramp-change-syntax (&optional syntax)
|
||||
|
@ -53,6 +53,8 @@
|
||||
(declare-function tramp-file-name-host-port "tramp")
|
||||
(declare-function tramp-file-name-user-domain "tramp")
|
||||
(declare-function tramp-get-default-directory "tramp")
|
||||
(defvar tramp-repository-branch)
|
||||
(defvar tramp-repository-version)
|
||||
|
||||
;;;###tramp-autoload
|
||||
(defcustom tramp-verbose 3
|
||||
|
@ -47,7 +47,6 @@
|
||||
(defconst tramp-bug-report-address "tramp-devel@gnu.org"
|
||||
"Email address to send bug reports to.")
|
||||
|
||||
;;;###tramp-autoload
|
||||
(defconst tramp-repository-branch
|
||||
(ignore-errors
|
||||
;; Suppress message from `emacs-repository-get-branch'. We must
|
||||
@ -61,7 +60,6 @@
|
||||
(emacs-repository-get-branch dir))))
|
||||
"The repository branch of the Tramp sources.")
|
||||
|
||||
;;;###tramp-autoload
|
||||
(defconst tramp-repository-version
|
||||
(ignore-errors
|
||||
;; Suppress message from `emacs-repository-get-version'. We must
|
||||
|
Loading…
Reference in New Issue
Block a user