1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00
emacs/lisp/vc
Stefan Monnier d52c929e31 (with-demoted-errors): Warn on missing format arg
The `format` arg has been mandatory for a while, but the backward
compatibility code that handled the case of a missing `format` arg
made it hard to notice when using the old calling convention.

* lisp/subr.el (with-demoted-errors): Warn on missing `format` arg.

* lisp/emacs-lisp/smie.el (smie-indent--separator-outdent): Don't abuse
`with-demoted-errors`.
(smie-indent-line, smie-auto-fill):
* test/lisp/emacs-lisp/ert-tests.el (ert-test-with-demoted-errors):
* lisp/vc/vc-hooks.el (vc-refresh-state):
* lisp/vc/vc-annotate.el (vc-annotate-background-mode):
* lisp/vc/diff-mode.el (diff-syntax-fontify-hunk):
* lisp/textmodes/reftex-toc.el (reftex-re-enlarge):
* lisp/progmodes/sh-script.el (sh-smie-sh-rules):
* lisp/progmodes/octave.el (inferior-octave-startup):
* lisp/pcmpl-gnu.el (pcmpl-gnu-make-all-targets):
* lisp/org/org-refile.el (org-refile):
* lisp/org/org-capture.el (org-capture-store-last-position):
* lisp/nxml/nxml-mode.el (nxml-mode):
* lisp/notifications.el (notifications-notify):
* lisp/gnus/mm-view.el (mm-display-inline-fontify):
* lisp/finder.el (finder-unload-function):
* lisp/files.el (safe-local-variable-p, backup-buffer-copy
* lisp/autorevert.el (auto-revert-notify-handler):
Pass `format` arg to `with-demoted-errors`.
2022-02-04 19:39:53 -05:00
..
add-log.el Improve how change-log-mode fills all-file-name lines 2022-01-25 23:41:07 +01:00
compare-w.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cvs-status.el Fix typo in cvs-status-mode-map keymap 2022-01-05 17:07:07 +01:00
diff-mode.el (with-demoted-errors): Warn on missing format arg 2022-02-04 19:39:53 -05:00
diff.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
ediff-diff.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ediff-help.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
ediff-hook.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ediff-init.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
ediff-merg.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ediff-mult.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ediff-ptch.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
ediff-util.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
ediff-vers.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ediff-wind.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ediff.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
emerge.el
log-edit.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
log-view.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
pcvs-defs.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
pcvs-info.el * pcvs-info.el (cvs-mode-toggle-mark): Typo 2022-01-15 09:31:55 -05:00
pcvs-parse.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
pcvs-util.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
pcvs.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
smerge-mode.el Make smerge-refine-ignore-whitespace into defcustom 2022-01-26 18:57:29 +01:00
vc-annotate.el (with-demoted-errors): Warn on missing format arg 2022-02-04 19:39:53 -05:00
vc-bzr.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
vc-cvs.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
vc-dav.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
vc-dir.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
vc-dispatcher.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
vc-filewise.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
vc-git.el Add diff-mode-read-only to enable shorter keys in diff-mode 2022-01-10 20:29:53 +02:00
vc-hg.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
vc-hooks.el (with-demoted-errors): Warn on missing format arg 2022-02-04 19:39:53 -05:00
vc-mtn.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
vc-rcs.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
vc-sccs.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
vc-src.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
vc-svn.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
vc.el * lisp/vc/vc.el (vc-diff-internal): Assume revert-buffer is in current buffer. 2022-01-31 20:46:06 +02:00