1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00
emacs/lisp/net
Stefan Kangas f1dae2551c Prefer setq to set+quote
* lisp/cedet/semantic/senator.el (senator-lazy-highlight-update):
* lisp/emulation/edt.el (edt-find, edt-restore-key)
(edt-remember):
* lisp/eshell/em-ls.el (eshell-ls--insert-directory):
* lisp/net/tramp-sh.el (tramp-sh-handle-write-region):
* lisp/progmodes/hideif.el (hide-ifdef-mode):
* test/lisp/url/url-future-tests.el (url-future-tests): Prefer setq to
set+quote.
2020-12-14 15:11:05 +01:00
..
ange-ftp.el Prefer setq-local in net/*.el 2020-12-04 18:43:06 +01:00
browse-url.el Fix `browse-url-of-dired' 2020-10-17 11:24:03 +02:00
dbus.el Handle several children of PATH in dbus-managed-objects-handler 2020-10-29 16:56:40 +01:00
dictionary-connection.el A number of docstring fixes 2020-12-14 11:45:24 +01:00
dictionary.el * lisp/net/dictionary.el (dictionary-pre-buffer): Unify casing 2020-12-14 11:45:24 +01:00
dig.el Assume font-lock is provided; it's preloaded since 22.1 2020-11-19 04:37:37 +01:00
dns.el
eudc-bob.el Don't set XEmacs only properties start-open and end-open 2020-11-20 16:43:57 +01:00
eudc-export.el Don't quote lambdas in net/*.el 2020-11-16 18:52:42 +01:00
eudc-hotlist.el
eudc-vars.el Remove redundant requires of 'custom' 2020-12-03 09:50:58 +01:00
eudc.el Don't quote lambdas in net/*.el 2020-11-16 18:52:42 +01:00
eudcb-bbdb.el Don't quote lambdas in net/*.el 2020-11-16 18:52:42 +01:00
eudcb-ldap.el Don't quote lambdas in several places 2020-11-14 17:04:23 +01:00
eudcb-mab.el
eudcb-macos-contacts.el
eww.el Merge from origin/emacs-27 2020-12-01 07:50:09 -08:00
gnutls.el
goto-addr.el
hmac-def.el * lisp/net/hmac-def.el: Use lexical-binding. 2020-10-28 09:50:39 +01:00
hmac-md5.el
imap.el Prefer setq-local in net/*.el 2020-12-04 18:43:06 +01:00
ldap.el Remove redundant requires of 'custom' 2020-12-03 09:50:58 +01:00
mailcap.el Improve eww support for externally viewed PDFs 2020-11-05 17:34:23 +00:00
mairix.el Don't quote lambdas in net/*.el 2020-11-16 18:52:42 +01:00
net-utils.el Prefer setq-local in net/*.el 2020-12-04 18:43:06 +01:00
netrc.el Use lexical-binding in netrc.el and add tests 2020-10-28 03:24:18 +01:00
network-stream.el
newst-backend.el
newst-plainview.el Prefer setq-local in net/*.el 2020-12-04 18:43:06 +01:00
newst-reader.el
newst-ticker.el
newst-treeview.el Prefer setq-local in net/*.el 2020-12-04 18:43:06 +01:00
newsticker.el Remove redundant installation instructions 2020-11-12 03:12:35 +01:00
nsm.el
ntlm.el Don't rely on bignums in ntlm.el 2020-10-27 12:25:57 +01:00
pop3.el
puny.el
quickurl.el
rcirc.el Make rcirc nick renaming heed nickname max lengths 2020-12-08 18:22:47 +01:00
rfc2104.el Remove redundant installation instructions 2020-11-12 03:12:35 +01:00
rlogin.el Prefer setq-local in net/*.el 2020-12-04 18:43:06 +01:00
sasl-cram.el
sasl-digest.el
sasl-ntlm.el Add "Old-" prefix to "Version" header in more cases 2020-10-18 20:35:26 +02:00
sasl-scram-rfc.el
sasl-scram-sha256.el
sasl.el
secrets.el Prefer setq-local in net/*.el 2020-12-04 18:43:06 +01:00
shr-color.el
shr.el Add way to prevent asking "increase specpdl size?" 2020-10-15 22:32:41 -04:00
sieve-manage.el
sieve-mode.el Prefer setq-local in net/*.el 2020-12-04 18:43:06 +01:00
sieve.el Prefer setq-local in net/*.el 2020-12-04 18:43:06 +01:00
snmp-mode.el Prefer setq-local in net/*.el 2020-12-04 18:43:06 +01:00
soap-client.el
soap-inspect.el
socks.el Append incremental message segments in socks-filter 2020-12-11 16:36:02 +01:00
telnet.el Prefer setq-local in net/*.el 2020-12-04 18:43:06 +01:00
tramp-adb.el * lisp/net/tramp.el (tramp-read-passwd): Use connection-local `auth-sources'. 2020-12-07 10:38:24 +01:00
tramp-archive.el ; Prefer https to http in more URLs 2020-10-24 20:23:27 +02:00
tramp-cache.el
tramp-cmds.el Allow Tramp to mirror traces to a file 2020-12-01 13:37:03 +01:00
tramp-compat.el Allow Tramp to mirror traces to a file 2020-12-01 13:37:03 +01:00
tramp-crypt.el Still fixes for Tramp directory-files-* 2020-11-05 17:36:04 +01:00
tramp-ftp.el Remove redundant requires of 'custom' 2020-12-03 09:50:58 +01:00
tramp-gvfs.el Improve tests for gio file notifications 2020-12-09 14:49:58 +01:00
tramp-integration.el Handle connection-local null-device and path-separator variables 2020-11-21 15:28:52 +01:00
tramp-rclone.el Some minor changes to Tramp, do not merge with master 2020-11-11 13:24:50 +01:00
tramp-sh.el Prefer setq to set+quote 2020-12-14 15:11:05 +01:00
tramp-smb.el * lisp/net/tramp.el (tramp-read-passwd): Use connection-local `auth-sources'. 2020-12-07 10:38:24 +01:00
tramp-sudoedit.el Trash remote files to local trash (Bug#44216) 2020-11-01 12:42:29 +01:00
tramp-uu.el
tramp.el * lisp/net/tramp.el (tramp-read-passwd): Use connection-local `auth-sources'. 2020-12-07 10:38:24 +01:00
trampver.el Adapt Tramp versions 2020-11-30 13:44:44 +01:00
webjump.el Remove redundant installation instructions 2020-11-12 03:12:35 +01:00
zeroconf.el