mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 16:51:46 -07:00
* 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). |
||
|---|---|---|
| .. | ||
| diff-mode-resources | ||
| vc-tests | ||
| add-log-tests.el | ||
| diff-mode-tests.el | ||
| ediff-diff-tests.el | ||
| ediff-mult-tests.el | ||
| ediff-ptch-tests.el | ||
| emerge-tests.el | ||
| log-edit-tests.el | ||
| smerge-mode-tests.el | ||
| vc-bzr-tests.el | ||
| vc-cvs-tests.el | ||
| vc-git-tests.el | ||
| vc-hg-tests.el | ||