1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-17 04:12:44 -07:00
emacs/lisp/eshell
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
..
em-alias.el Preserve the original order of Eshell aliases when loading 2026-02-21 17:13:46 -08:00
em-banner.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
em-basic.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
em-cmpl.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
em-dirs.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
em-elecslash.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
em-extpipe.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
em-glob.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
em-hist.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
em-ls.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
em-pred.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
em-prompt.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
em-rebind.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
em-script.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
em-smart.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
em-term.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
em-tramp.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
em-unix.el Autoload 'diff-no-select' 2026-02-13 19:53:12 +01:00
em-xtra.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
esh-arg.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
esh-cmd.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
esh-ext.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
esh-io.el Use single-arg form of signal to re-throw an error 2026-03-10 10:48:22 -04:00
esh-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
esh-module.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
esh-opt.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
esh-proc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
esh-util.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
esh-var.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
eshell.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00