1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-06 22:31:13 -07:00
emacs/lisp/net
Lars Ingebrigtsen 623356ee94 Fix compilation warnings in tramp-loaddefs.el
* lisp/files.el (file-name-quoted-p): Autoload because it's
referred to from tramp-loaddefs.
* lisp/net/tramp.el (defvar): Put the entire form into the
loaddefs file instead of eval-and-compile -- this fixes a
dependency problem when byte-compiling the loaddefs file.
(tramp-methods, tramp-default-method-alist)
(tramp-default-user-alist, tramp-default-host-alist)
(tramp-local-host-regexp, tramp-terminal-type)
(tramp-foreign-file-name-handler-alist): Autoload to avoid
compilation warnings.  Also put (require 'cl-lib) into the
loaddefs file for the same reason.
(tramp-ensure-dissected-file-name)
(tramp-set-completion-function)
(tramp-register-foreign-file-name-handler): Autoload.
2022-07-31 12:01:10 +02:00
..
ange-ftp.el ; Normalize some "Author" headers 2022-07-20 22:38:01 +02:00
browse-url.el Drop support for XEmacs package EFS 2022-07-28 00:11:12 +02:00
dbus.el Use take where clearly safe to do so (bug#56521) 2022-07-18 12:49:29 +02:00
dictionary-connection.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
dictionary.el Make dictionary-help obsolete in favor of describe-mode 2022-07-21 09:23:20 +02:00
dig.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
dns.el
eudc-bob.el Remove some XEmacs compat code from eudc-bob.el 2022-05-13 23:17:16 +02:00
eudc-capf.el ; Fix typos: prefer American spelling 2022-07-14 12:13:31 +02:00
eudc-export.el
eudc-hotlist.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
eudc-vars.el ; Fix punctuation in recently changed EUDC documentation 2022-07-19 16:42:43 +03:00
eudc.el ; Fix typos: prefer American spelling 2022-07-14 12:13:31 +02:00
eudcb-bbdb.el EUDC: Fix a quoting bug in the BBDB backend 2022-01-21 17:47:46 -05:00
eudcb-ldap.el Fix eudc-get-attribute-list 2022-04-14 16:52:01 +03:00
eudcb-mab.el
eudcb-macos-contacts.el ; Fix punctuation in recently changed EUDC documentation 2022-07-19 16:42:43 +03:00
eww.el * lisp/net/eww.el (eww): Improve docstring. 2022-07-09 17:46:59 +02:00
gnutls.el
goto-addr.el
hmac-def.el
hmac-md5.el
imap.el Drop obsolete rsh/rlogin from two user options 2022-07-12 16:56:36 +02:00
ldap.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
mailcap.el Fix mailcap-user-mime-data doc string 2022-07-15 11:50:36 +02:00
mairix.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
net-utils.el Avoid obsolete initial-input argument in net-utils.el 2022-07-08 10:26:35 +02:00
netrc.el
network-stream.el
newst-backend.el Drop support for the dead third-party w3 package 2022-07-09 17:27:49 +02:00
newst-plainview.el Drop support for the dead third-party w3 package 2022-07-09 17:27:49 +02:00
newst-reader.el Drop support for the dead third-party w3 package 2022-07-09 17:27:49 +02:00
newst-ticker.el
newst-treeview.el Drop support for the dead third-party w3 package 2022-07-09 17:27:49 +02:00
newsticker.el
nsm.el
ntlm.el
pop3.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
puny.el
rcirc.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
rfc2104.el
sasl-cram.el
sasl-digest.el
sasl-ntlm.el
sasl-scram-rfc.el
sasl-scram-sha256.el
sasl.el
secrets.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
shr-color.el
shr.el Don't bug out in src when there's no srcset 2022-07-23 07:46:52 +02:00
sieve-manage.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
sieve-mode.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
sieve.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
snmp-mode.el Prefer defvar-keymap in net/*.el 2022-07-09 15:34:04 +02:00
soap-client.el soap-client: Add minimum supported Emacs version 2022-02-03 09:19:03 -05:00
soap-inspect.el
socks.el Remove some useless eval-when-compile 2022-07-04 14:56:11 +02:00
telnet.el Make the rsh command obsolete 2022-07-13 12:48:20 +02:00
tramp-adb.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-archive.el tramp fixes for byte-compiling loaddefs.el 2022-07-31 11:24:23 +02:00
tramp-cache.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-cmds.el In Tramp, use string-empty-p' and string-equal-ignore-case' consequently 2022-07-27 12:51:11 +02:00
tramp-compat.el Fix compilation warnings in tramp-loaddefs.el 2022-07-31 12:01:10 +02:00
tramp-crypt.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-ftp.el Tramp code cleanup 2022-07-03 18:23:55 +02:00
tramp-fuse.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-gvfs.el In Tramp, use string-empty-p' and string-equal-ignore-case' consequently 2022-07-27 12:51:11 +02:00
tramp-integration.el Tramp code cleanup 2022-07-03 18:23:55 +02:00
tramp-rclone.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-sh.el In Tramp, use string-empty-p' and string-equal-ignore-case' consequently 2022-07-27 12:51:11 +02:00
tramp-smb.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-sshfs.el Tramp code cleanup 2022-07-03 18:23:55 +02:00
tramp-sudoedit.el Refactor Tramp 2022-07-24 16:02:10 +02:00
tramp-uu.el
tramp.el Fix compilation warnings in tramp-loaddefs.el 2022-07-31 12:01:10 +02:00
trampver.el Adapt Tramp version integrated in Emacs 28.2 2022-07-13 13:38:11 +02:00
webjump.el New user option 'webjump-use-internal-browser' 2022-07-13 12:36:08 +08:00
zeroconf.el