1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 00:50:44 -08:00
emacs/lisp/net
Michael Albinus 5d89d9d256 Remove byte compiler warnings, visible when compiling with
`byte-compile-force-lexical-warnings' set to t.

* net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
(tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
(tramp-handle-unhandled-file-name-directory)
(tramp-handle-file-notify-add-watch, tramp-action-login)
(tramp-action-succeed, tramp-action-permission-denied)
(tramp-action-terminal, tramp-action-process-alive): Prefix unused
arguments with "_".

* net/tramp-adb.el (tramp-adb-parse-device-names)
(tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
(tramp-adb-handle-copy-file): Prefix unused arguments with "_".
(tramp-adb-handle-file-truename): Remove unused arguments.

* net/tramp-cache.el (tramp-flush-directory-property)
(tramp-flush-connection-property, tramp-list-connections)
(tramp-parse-connection-properties): Prefix unused arguments with "_".

* net/tramp-compat.el (tramp-compat-make-temp-file): Rename
FILENAME to F.

* net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
(tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
(tramp-zeroconf-parse-workstation-device-names)
(tramp-zeroconf-parse-webdav-device-names)
(tramp-synce-parse-device-names): Prefix unused arguments with "_".

* net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
(tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".

* net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
arguments.
(tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
(tramp-sh-handle-insert-file-contents-literally)
(tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
with "_".
(tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
Remove unused variables.

* net/tramp-smb.el (tramp-smb-handle-copy-directory)
(tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
(tramp-smb-read-file-entry): Prefix unused arguments with "_".

* net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
Make them a defconst.
(tramp-uuencode-region): Remove unused variable.
2013-08-15 16:29:08 +02:00
..
.gitignore
ange-ftp.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
browse-url.el * lisp/emacs-lisp/re-builder.el (reb-color-display-p): 2013-07-31 10:52:26 +04:00
dbus.el Add comment for last change. 2013-05-28 08:49:19 +02:00
dig.el
dns.el
eudc-bob.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
eudc-export.el * net/eudc-export.el: Make it loadable without bbdb. 2013-05-06 00:14:03 -07:00
eudc-hotlist.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
eudc-vars.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
eudc.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
eudcb-bbdb.el Make a few libraries loadable in isolation 2013-05-10 19:25:11 -07:00
eudcb-ldap.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
eudcb-mab.el
eudcb-ph.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
eww.el Make shr feed Content-Type to the image-creating libraries 2013-08-13 20:09:50 +02:00
gnutls.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
goto-addr.el * lisp/net/goto-addr.el (goto-address-fontify): Add start and end args. 2013-02-14 10:53:46 -05:00
hmac-def.el
hmac-md5.el
imap.el
ldap.el
mairix.el
net-utils.el Use completion-at-point rather than obsolete alias. 2013-05-29 20:20:56 -07:00
netrc.el
network-stream.el Allow talking to STARTTLS servers that have no greeting 2013-07-30 17:11:58 +02:00
newst-backend.el
newst-plainview.el Do not call to `selected-frame' where it is assumed by default. 2013-08-05 14:35:55 +04:00
newst-reader.el
newst-ticker.el
newst-treeview.el
newsticker.el
ntlm.el
quickurl.el Use locate-user-emacs-file. 2013-03-11 22:08:21 -04:00
rcirc.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
rcompile.el
rlogin.el rlogin.el tiny cleanup 2013-05-29 20:22:45 -07:00
sasl-cram.el
sasl-digest.el
sasl-ntlm.el
sasl.el
secrets.el * net/secrets.el (secrets-struct-secret-content-type): Replace 2013-06-19 08:24:12 +02:00
shr-color.el Move some files from gnus/ to net/ 2013-06-18 14:04:09 -04:00
shr.el Rename :content-type to :format in `create-image' 2013-08-13 22:13:02 +02:00
snmp-mode.el Silence some compiler warnings 2013-05-21 00:25:14 -07:00
soap-client.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
soap-inspect.el
socks.el socks.el small cleanup 2013-05-23 23:53:54 -07:00
telnet.el
tls.el (open-tls-stream): Remove unneeded buffer contents when opening the connection. 2013-06-05 11:03:37 -04:00
tramp-adb.el Remove byte compiler warnings, visible when compiling with 2013-08-15 16:29:08 +02:00
tramp-cache.el Remove byte compiler warnings, visible when compiling with 2013-08-15 16:29:08 +02:00
tramp-cmds.el * tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers): Mark 2013-01-22 09:49:03 +01:00
tramp-compat.el Remove byte compiler warnings, visible when compiling with 2013-08-15 16:29:08 +02:00
tramp-ftp.el
tramp-gvfs.el Remove byte compiler warnings, visible when compiling with 2013-08-15 16:29:08 +02:00
tramp-gw.el Remove byte compiler warnings, visible when compiling with 2013-08-15 16:29:08 +02:00
tramp-sh.el Remove byte compiler warnings, visible when compiling with 2013-08-15 16:29:08 +02:00
tramp-smb.el Remove byte compiler warnings, visible when compiling with 2013-08-15 16:29:08 +02:00
tramp-uu.el Remove byte compiler warnings, visible when compiling with 2013-08-15 16:29:08 +02:00
tramp.el Remove byte compiler warnings, visible when compiling with 2013-08-15 16:29:08 +02:00
trampver.el * net/tramp-compat.el (tramp-compat-user-error): New defun. 2013-03-18 14:04:13 +01:00
webjump.el * lisp/net/webjump.el (webjump-sample-sites): Add DuckDuckGo. 2013-06-18 01:45:14 +03:00
zeroconf.el