1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-01 03:33:28 -07:00
emacs/lisp/progmodes
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
..
antlr-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
asm-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
autoconf.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
bat-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
bug-reference.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
c-ts-common.el ; Avoid byte-compilation warning in c-ts-common.el 2026-02-26 14:15:21 +02:00
c-ts-mode.el Fix broken FOO-mode-indent-offset convention 2026-02-22 18:48:57 -05:00
cc-align.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cc-awk.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cc-bytecomp.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cc-cmds.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cc-defs.el CC Mode: Handle mixed symbols and non-symbols in regexps 2026-03-03 16:19:16 +02:00
cc-engine.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cc-fonts.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cc-guess.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cc-langs.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cc-menus.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cc-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cc-styles.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cc-vars.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cfengine.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cl-font-lock.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cmacexp.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cmake-ts-mode.el Fix broken FOO-mode-indent-offset convention 2026-02-22 18:48:57 -05:00
compile.el ; Explain some details about rust-panic rule (bug#80403) 2026-03-01 15:35:11 +01:00
cperl-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cpp.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
csharp-mode.el Fix broken FOO-mode-indent-offset convention 2026-02-22 18:48:57 -05:00
cwarn.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dcl-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
dockerfile-ts-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ebnf-abn.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ebnf-bnf.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ebnf-dtd.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ebnf-ebx.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ebnf-iso.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ebnf-otz.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ebnf-yac.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ebnf2ps.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ebrowse.el Use the new error API functions 2026-03-10 10:48:21 -04:00
eglot.el eglot.el: Avoid %s for composite objects 2026-03-03 10:17:17 -05:00
elisp-mode.el Use the new error API functions 2026-03-10 10:48:21 -04:00
elixir-ts-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erts-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
etags-regen.el etags-regen--build-program-options: Expand the error message text 2026-02-07 02:07:30 +02:00
etags.el etags--xref-backend: Move the definition to autoloads 2026-02-07 02:06:52 +02:00
executable.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
f90.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
flymake-cc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
flymake-proc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
flymake.el ; Bump flymake's version again, to 1.4.5 2026-03-09 21:09:13 +02:00
fortran.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
gdb-mi.el Fix Emacs responsiveness when debugging many thread-exit events 2026-01-11 17:19:49 +02:00
glasses.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
go-ts-mode.el Fix broken FOO-mode-indent-offset convention 2026-02-22 18:48:57 -05:00
grep.el Fix grep defaults 2026-03-03 08:58:12 +01:00
gud.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
heex-ts-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
hideif.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
hideshow.el hideshow: Use 'message' instead of 'user-error'. (Bug#80201) 2026-01-21 09:46:23 +02:00
icon.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
inf-lisp.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
java-ts-mode.el Fix broken FOO-mode-indent-offset convention 2026-02-22 18:48:57 -05:00
js.el Use single-arg form of signal to re-throw an error 2026-03-10 10:48:22 -04:00
json-ts-mode.el Fix broken FOO-mode-indent-offset convention 2026-02-22 18:48:57 -05:00
ld-script.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
lua-mode.el Fontify 'table.create' in 'lua-mode' 2026-01-03 13:19:27 +02:00
lua-ts-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
m4-mode.el Improve m4-mode font lock 2026-02-22 17:10:17 +01:00
make-mode.el make-mode.el: Avoid obsolete font-lock-*-face` variables 2026-02-11 15:35:03 -05:00
meta-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
mixal-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
modula2.el
octave.el Use single-arg form of signal to re-throw an error 2026-03-10 10:48:22 -04:00
opascal.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
pascal.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
peg.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
perl-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
php-ts-mode.el Fix broken FOO-mode-indent-offset convention 2026-02-22 18:48:57 -05:00
prog-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
project.el Better project-find-file error in empty project 2026-02-28 16:58:45 +01:00
prolog.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ps-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
python.el Improve Python setup codes to avoid leaving global names 2026-03-07 13:32:11 +02:00
ruby-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ruby-ts-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
rust-ts-mode.el Fix broken FOO-mode-indent-offset convention 2026-02-22 18:48:57 -05:00
scheme.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
sh-script.el sh-script: Mark + and * as punctuation rather than a symbol constituent 2026-03-02 14:32:54 +02:00
simula.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
sql.el Update SQLite font-lock rules 2026-01-15 10:56:45 +00:00
subword.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
tcl.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
typescript-ts-mode.el Fix broken FOO-mode-indent-offset convention 2026-02-22 18:48:57 -05:00
vera-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
verilog-mode.el verilog-mode.el: Fix parameter replacements in AUTOINST. 2026-01-18 09:59:17 -05:00
vhdl-mode.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
which-func.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
xref.el Allow using xref-find-references without visiting a tags table 2026-02-06 05:56:52 +02:00
xscheme.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00