Rearrange some Tramp declarations
* lisp/net/tramp.el (tramp-prefix-format, tramp-prefix-regexp) (tramp-method-regexp, tramp-postfix-method-format) (tramp-postfix-method-regexp, tramp-prefix-ipv6-format) (tramp-prefix-ipv6-regexp, tramp-postfix-ipv6-format) (tramp-postfix-ipv6-regexp, tramp-postfix-host-format) (tramp-postfix-host-regexp, tramp-remote-file-name-spec-regexp) (tramp-file-name-structure, tramp-file-name-regexp) (tramp-completion-method-regexp) (tramp-completion-file-name-regexp): * lisp/net/tramp-gvfs.el (tramp-gvfs-dbus-event-vector): Rearrange declarations.
This commit is contained in:
parent
8ca8fb4841
commit
311a25807f
2 changed files with 17 additions and 19 deletions
|
@ -114,6 +114,7 @@
|
|||
(declare-function zeroconf-service-host "zeroconf")
|
||||
(declare-function zeroconf-service-port "zeroconf")
|
||||
(declare-function zeroconf-service-txt "zeroconf")
|
||||
(defvar tramp-gvfs-dbus-event-vector)
|
||||
|
||||
;; We don't call `dbus-ping', because this would load dbus.el.
|
||||
(defconst tramp-gvfs-enabled
|
||||
|
@ -882,8 +883,6 @@ Operations not mentioned here will be handled by the default Emacs primitives.")
|
|||
(let ((method (tramp-file-name-method vec)))
|
||||
(and (stringp method) (member method tramp-gvfs-methods)))))
|
||||
|
||||
(defvar tramp-gvfs-dbus-event-vector)
|
||||
|
||||
;;;###tramp-autoload
|
||||
(defun tramp-gvfs-file-name-handler (operation &rest args)
|
||||
"Invoke the GVFS related OPERATION and ARGS.
|
||||
|
|
|
@ -64,6 +64,22 @@
|
|||
(declare-function netrc-parse "netrc")
|
||||
(defvar auto-save-file-name-transforms)
|
||||
(defvar ls-lisp-use-insert-directory-program)
|
||||
(defvar tramp-prefix-format)
|
||||
(defvar tramp-prefix-regexp)
|
||||
(defvar tramp-method-regexp)
|
||||
(defvar tramp-postfix-method-format)
|
||||
(defvar tramp-postfix-method-regexp)
|
||||
(defvar tramp-prefix-ipv6-format)
|
||||
(defvar tramp-prefix-ipv6-regexp)
|
||||
(defvar tramp-postfix-ipv6-format)
|
||||
(defvar tramp-postfix-ipv6-regexp)
|
||||
(defvar tramp-postfix-host-format)
|
||||
(defvar tramp-postfix-host-regexp)
|
||||
(defvar tramp-remote-file-name-spec-regexp)
|
||||
(defvar tramp-file-name-structure)
|
||||
(defvar tramp-file-name-regexp)
|
||||
(defvar tramp-completion-method-regexp)
|
||||
(defvar tramp-completion-file-name-regexp)
|
||||
|
||||
;; Reload `tramp-compat' when we reload `tramp-autoloads' of the GNU
|
||||
;; ELPA package.
|
||||
|
@ -820,23 +836,6 @@ Customize. See also `tramp-change-syntax'."
|
|||
:initialize #'custom-initialize-default
|
||||
:set #'tramp-set-syntax)
|
||||
|
||||
(defvar tramp-prefix-format)
|
||||
(defvar tramp-prefix-regexp)
|
||||
(defvar tramp-method-regexp)
|
||||
(defvar tramp-postfix-method-format)
|
||||
(defvar tramp-postfix-method-regexp)
|
||||
(defvar tramp-prefix-ipv6-format)
|
||||
(defvar tramp-prefix-ipv6-regexp)
|
||||
(defvar tramp-postfix-ipv6-format)
|
||||
(defvar tramp-postfix-ipv6-regexp)
|
||||
(defvar tramp-postfix-host-format)
|
||||
(defvar tramp-postfix-host-regexp)
|
||||
(defvar tramp-remote-file-name-spec-regexp)
|
||||
(defvar tramp-file-name-structure)
|
||||
(defvar tramp-file-name-regexp)
|
||||
(defvar tramp-completion-method-regexp)
|
||||
(defvar tramp-completion-file-name-regexp)
|
||||
|
||||
(defun tramp-set-syntax (symbol value)
|
||||
"Set SYMBOL to value VALUE.
|
||||
Used in user option `tramp-syntax'. There are further variables
|
||||
|
|
Loading…
Add table
Reference in a new issue