1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-02 04:10:58 -07:00
emacs/lisp/vc
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
..
add-log.el Mark add-log-always-start-new-record as safe 2026-02-17 13:37:04 +01:00
compare-w.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cvs-status.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
diff-mode.el Use single-arg form of signal to re-throw an error 2026-03-10 10:48:22 -04:00
diff.el Autoload 'diff-no-select' 2026-02-13 19:53:12 +01:00
ediff-diff.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ediff-help.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ediff-hook.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ediff-init.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ediff-merg.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ediff-mult.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ediff-ptch.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ediff-util.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ediff-vers.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ediff-wind.el Handle side windows in 'ediff-setup-windows-plain-compare' (Bug#80415) 2026-03-02 10:25:49 +01:00
ediff.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
emerge.el Fix emerge.el for remote files 2025-04-20 18:16:14 +02:00
log-edit.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
log-view.el vc-log-show-limit: Change default to 500, and the button to 4X 2026-02-14 02:52:52 +02:00
pcvs-defs.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pcvs-info.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pcvs-parse.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pcvs-util.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pcvs.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
smerge-mode.el Use single-arg form of signal to re-throw an error 2026-03-10 10:48:22 -04:00
vc-annotate.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
vc-bzr.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
vc-cvs.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
vc-dir.el New command vc-dir-root-next-action 2026-02-21 17:18:24 +00:00
vc-dispatcher.el ; Fix documentation of a recently added user option 2026-03-05 19:48:46 +02:00
vc-filewise.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
vc-git.el New 'log-outstanding' value for vc-log-view-type 2026-02-27 13:45:24 +00:00
vc-hg.el New 'log-outstanding' value for vc-log-view-type 2026-02-27 13:45:24 +00:00
vc-hooks.el Show "committing" pseudo-state in VC-Dir during an async checkin 2026-02-20 11:37:34 +00:00
vc-rcs.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
vc-sccs.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
vc-src.el ; Remove redundant cl-lib runtime dependencies across lisp/ 2026-01-17 15:32:15 +02:00
vc-svn.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
vc.el Use single-arg form of signal to re-throw an error 2026-03-10 10:48:22 -04:00