1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00
emacs/lisp/net
Stefan Monnier 9348c19b82 Use single-arg form of signal to re-throw an error
* lisp/vc/smerge-mode.el (smerge-extend):
* lisp/vc/diff-mode.el (diff-beginning-of-file-and-junk):
* lisp/transient.el (transient--with-emergency-exit):
* lisp/textmodes/tex-mode.el (latex-forward-sexp):
* lisp/tar-mode.el (tar-mode):
* lisp/savehist.el (savehist--reload):
* lisp/progmodes/octave.el (inferior-octave-resync-dirs):
* lisp/progmodes/js.el (js--re-search-forward):
* lisp/plstore.el (plstore--decrypt):
* lisp/net/dbus.el (dbus-ignore-errors, dbus-register-signal)
(dbus-handle-event):
* lisp/mouse.el (mouse-drag-track, mouse-drag-region-rectangle):
* lisp/minibuffer.el (completion-pcm--find-all-completions):
* lisp/mail/rfc2231.el (rfc2231-parse-string):
* lisp/mail/rfc2047.el (rfc2047-encode-region):
* lisp/jit-lock.el (jit-lock-fontify-now):
* lisp/international/ja-dic-utl.el (skkdic-lookup-key):
* lisp/gnus/nnselect.el (nnselect-generate-artlist):
* lisp/gnus/mml-sec.el (mml-secure-epg-encrypt, mml-secure-epg-sign):
* lisp/gnus/mail-source.el (mail-source-fetch-pop)
(mail-source-check-pop):
* lisp/gnus/gnus-art.el (gnus-article-read-summary-keys):
* lisp/files.el (basic-save-buffer-2, files--ensure-directory)
(files--force, copy-directory):
* lisp/eshell/esh-io.el (eshell-output-object-to-target):
* lisp/epa.el (epa-decrypt-file, epa-verify-file, epa-sign-file)
(epa-encrypt-file, epa-decrypt-region, epa-verify-region)
(epa-sign-region, epa-encrypt-region, epa-delete-keys)
(epa-export-keys, epa-insert-keys):
* lisp/emacs-lisp/package.el (package--unless-error):
* lisp/emacs-lisp/multisession.el (multisession--read-file-value):
* lisp/emacs-lisp/lisp.el (up-list-default-function):
* lisp/desktop.el (desktop-kill):
* lisp/calendar/time-date.el (date-to-time):
* lisp/calendar/appt.el (appt-display-message):
* lisp/calc/calc.el (calc-do):
* lisp/bookmark.el (bookmark-handle-bookmark):
* src/fileio.c (report_file_errno):
* lisp/vc/vc.el (vc-checkout, vc-pull): Use `(signal err)` instead
of `(signal (car err) (cdr err))`.
2026-03-10 10:48:22 -04:00
..
ange-ftp.el Use the new error API functions 2026-03-10 10:48:21 -04:00
browse-url.el browse-url-firefox-program: Add support for more Firefox variants. 2026-02-21 16:17:29 +02:00
dbus.el Use single-arg form of signal to re-throw an error 2026-03-10 10:48:22 -04:00
dictionary-connection.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dictionary.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dig.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dns.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
eudc-bob.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
eudc-capf.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
eudc-export.el Use the new error API functions 2026-03-10 10:48:21 -04:00
eudc-hotlist.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
eudc-vars.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
eudc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
eudcb-bbdb.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
eudcb-ecomplete.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
eudcb-ldap.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
eudcb-mab.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
eudcb-macos-contacts.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
eudcb-mailabbrev.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
eww.el Call browser functions via `browse-url' 2026-01-20 10:31:03 +00:00
gnutls.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
goto-addr.el * lisp/net/goto-addr.el (goto-address-fontify): Fix unbalanced parens. 2026-02-18 20:01:54 +02:00
hmac-def.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
hmac-md5.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
imap.el Use the new error API functions 2026-03-10 10:48:21 -04:00
ldap.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
mailcap.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
mairix.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
net-utils.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
network-stream.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
newst-backend.el Fix parsing of Title field in Newsticker List buffer 2026-02-12 13:15:10 +02:00
newst-plainview.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
newst-reader.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
newst-ticker.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
newst-treeview.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
newsticker.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
nsm.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ntlm.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pop3.el ; Remove redundant cl-lib runtime dependencies across lisp/ 2026-01-17 15:32:15 +02:00
puny.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rcirc.el Support `undo'ing user input after messages are received 2026-01-25 12:26:19 +01:00
rfc2104.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
sasl-cram.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
sasl-digest.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
sasl-ntlm.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
sasl-scram-rfc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
sasl-scram-sha256.el ; Remove redundant cl-lib runtime dependencies across lisp/ 2026-01-17 15:32:15 +02:00
sasl.el Use the new error API functions 2026-03-10 10:48:21 -04:00
secrets.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
shr-color.el ; Remove redundant cl-lib runtime dependencies across lisp/ 2026-01-17 15:32:15 +02:00
shr.el Escape attribute values and string DOMs when inserting them 2026-02-14 15:04:31 +02:00
sieve-manage.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
sieve-mode.el ; * lisp/net/sieve-mode.el (sieve-indent-offset) 2026-01-10 15:32:35 +02:00
sieve.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
snmp-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
soap-client.el Use the new error API functions 2026-03-10 10:48:21 -04:00
soap-inspect.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
socks.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
telnet.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
tramp-adb.el Tramp signals 'remote-file-error' consequently 2026-02-12 19:24:10 +01:00
tramp-androidsu.el ; Minor Tramp cleanup 2026-01-19 12:28:18 +01:00
tramp-archive.el Tramp signals 'remote-file-error' consequently 2026-02-12 19:24:10 +01:00
tramp-cache.el ; Tramp code cleanup 2026-01-24 10:15:29 +01:00
tramp-cmds.el ; Tramp code cleanup 2026-01-24 10:15:29 +01:00
tramp-compat.el Use the new error API functions 2026-03-10 10:48:21 -04:00
tramp-container.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
tramp-crypt.el Tramp signals 'remote-file-error' consequently 2026-02-12 19:24:10 +01:00
tramp-ftp.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
tramp-fuse.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
tramp-gvfs.el Tramp signals 'remote-file-error' consequently 2026-02-12 19:24:10 +01:00
tramp-integration.el ; Minor Tramp cleanup 2026-01-19 12:28:18 +01:00
tramp-message.el Use the new error API functions 2026-03-10 10:48:21 -04:00
tramp-rclone.el Tramp signals 'remote-file-error' consequently 2026-02-12 19:24:10 +01:00
tramp-sh.el Implement connection-local `command-line-max-length' 2026-03-01 13:27:26 +01:00
tramp-smb.el Tramp signals 'remote-file-error' consequently 2026-02-12 19:24:10 +01:00
tramp-sshfs.el Tramp signals 'remote-file-error' consequently 2026-02-12 19:24:10 +01:00
tramp-sudoedit.el Tramp signals 'remote-file-error' consequently 2026-02-12 19:24:10 +01:00
tramp-uu.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
tramp.el Implement connection-local `command-line-max-length' 2026-03-01 13:27:26 +01:00
trampver.el External Tramp methods can be used in multi-hops 2026-01-06 15:20:58 +01:00
webjump.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
zeroconf.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00