1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-01 03:33:28 -07:00
emacs/lisp/emacs-lisp
Basil L. Contovounesios 8d356c55ad Tweak recent error descriptor changes
* etc/NEWS: Fix capitalization and markup.
* lisp/emacs-lisp/ert.el (ert--should-error-handle-error): Prefer
any over cl-some where either will do.
* lisp/epa-file.el (epa-file--find-file-not-found-function):
Reindent.
(epa-file--error-add-context): Use correct variables.  Add
docstring.
* lisp/ffap.el (ffap-machine-p):
* lisp/gnus/nnmaildir.el (nnmaildir--emlink-p): Prefer
string-equal-ignore-case over case fiddling.
* lisp/gnus/gnus-search.el (gnus-search-run-query): Fix typo in
error re-signaling.
* lisp/ibuffer.el (ibuffer-confirm-operation-on): Prefer string
search over regexp matching where either will do.
* test/lisp/vc/vc-tests/vc-tests.el
(vc-test--run-maybe-unsupported-function): Pacify unused
condition-case error variable warnings (bug#72212).
2026-03-11 16:05:04 -04:00
..
advice.el
avl-tree.el
backquote.el
backtrace.el
benchmark.el
bindat.el
byte-opt.el Implement string> as a compiler macro instead of an optimisation 2026-02-28 16:37:38 +01:00
byte-run.el
bytecomp.el Use the new error API functions 2026-03-10 10:48:21 -04:00
cconv.el
chart.el
check-declare.el
checkdoc.el New function 'checkdoc-batch' (bug#80199) 2026-01-30 09:41:42 +02:00
cl-extra.el
cl-generic.el
cl-indent.el
cl-lib.el Rename 'any' to 'member-if' and deprecate 'cl-member-if' 2026-03-04 14:43:05 +00:00
cl-macs.el (pcase--subtype-bitsets): Make it a bit more precise 2026-01-27 11:17:37 -05:00
cl-preloaded.el (pcase--subtype-bitsets): Make it a bit more precise 2026-01-27 11:17:37 -05:00
cl-print.el
cl-seq.el cl-seq.el: Prefer :test to :if 2026-03-08 14:20:44 -04:00
comp-common.el
comp-cstr.el
comp-run.el
comp.el Use the new error API functions 2026-03-10 10:48:21 -04:00
compat.el ; Update "Maintainers" header for compat.el 2026-02-28 10:50:55 +01:00
cond-star.el Fix (or ...) patterns in 'cond*'/'match*' 2026-02-28 15:43:55 +02:00
copyright.el
crm.el completing-read-multiple: Implement on top of completing-read 2026-02-08 16:02:41 -05:00
cursor-sensor.el delsel.el: Improve the overlay for text replacement 2026-02-14 16:55:06 -05:00
debug-early.el
debug.el Use the new error API functions 2026-03-10 10:48:21 -04:00
derived.el
disass.el
easy-mmode.el
easymenu.el
edebug.el Use the new error API functions 2026-03-10 10:48:21 -04:00
eieio-base.el
eieio-core.el
eieio-custom.el
eieio-datadebug.el
eieio-opt.el
eieio-speedbar.el
eieio.el
eldoc.el
elisp-scope.el elisp-scope.el: Add variable value specifications 2026-02-18 19:42:47 +01:00
elp.el
ert-font-lock.el
ert-x.el
ert.el Tweak recent error descriptor changes 2026-03-11 16:05:04 -04:00
ewoc.el
faceup.el
find-func.el
float-sup.el
generate-lisp-file.el
generator.el
generic.el
gv.el
helper.el
hierarchy.el
icons.el
inline.el
let-alist.el
lisp-mnt.el
lisp-mode.el
lisp.el Use single-arg form of signal to re-throw an error 2026-03-10 10:48:22 -04:00
loaddefs-gen.el (loaddefs-generate--print-form): Fix bug#80222 2026-02-09 12:30:35 -05:00
macroexp.el Don't complain on compiler-macro arity mismatch 2026-03-02 21:36:19 +01:00
map-ynp.el
map.el
memory-report.el
multisession.el Use single-arg form of signal to re-throw an error 2026-03-10 10:48:22 -04:00
nadvice.el
oclosure.el
package-activate.el ; Remove unnecessary 'inline' require from package.el 2026-02-14 16:29:33 +01:00
package-vc.el
package.el Use single-arg form of signal to re-throw an error 2026-03-10 10:48:22 -04:00
pcase.el (pcase--subtype-bitsets): Make it a bit more precise 2026-01-27 11:17:37 -05:00
pp.el ; pp-eval-expression: Restore binding deactivate-mark to nil. 2026-02-24 09:08:24 +00:00
radix-tree.el
range.el
re-builder.el
regexp-opt.el
regi.el
ring.el
rmc.el
rx.el
seq.el Improve documentation of 'seq-difference' 2026-01-31 16:08:52 +02:00
shadow.el
shortdoc.el Improve documentation of 'define-keymap' 2026-03-07 10:55:23 +02:00
shorthands.el
smie.el Fix typo in smie-rules-function documentation 2026-02-11 15:35:29 -05:00
subr-x.el ; Minor changes to 'truncate-string-pixelwise' (bug#80244) 2026-02-07 14:49:15 +02:00
syntax.el
tabulated-list.el
tcover-ses.el
testcover.el Compare circular lists in 'equal' without error (bug#80456) 2026-02-24 12:47:52 +01:00
text-property-search.el
thunk.el
timeout.el
timer-list.el
timer.el
tq.el
trace.el
track-changes.el
unsafep.el
vtable.el vtable fixes for tty rendering (bug#80312) 2026-02-14 15:22:16 +02:00
warnings.el