1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 11:50:48 -08:00
emacs/lisp/vc
Philipp Stephani 42950e9e46 Fix a few Edebug specifications where code is wrapped in lambdas.
As the Info node `(elisp) Specification List' explains, it is not
correct to use `body' or t for a piece of code that the macro wraps in
a `lambda' form.  These should use `def-body' instead.

* lisp/info-xref.el (info-xref-with-file):
* lisp/subr.el (subr--with-wrapper-hook-no-warnings, track-mouse)
(combine-change-calls, with-eval-after-load):
* lisp/emacs-lisp/bytecomp.el (displaying-byte-compile-warnings):
* lisp/emacs-lisp/cl-macs.el (cl-do-symbols, cl-progv):
* lisp/emacs-lisp/ert-x.el (ert-with-test-buffer):
* lisp/emacs-lisp/gv.el (gv-letplace):
* lisp/emacs-lisp/nadvice.el (define-advice):
* lisp/emacs-lisp/thunk.el (thunk-delay):
* lisp/vc/vc-dispatcher.el (vc-run-delayed): Use 'def-body' instead of
t or 'body' where applicable.

* lisp/emacs-lisp/package.el (package--with-response-buffer): Remove
evaluation of the body altogether.  I have no idea how to write it
correctly in this case.
2021-05-17 10:09:43 +02:00
..
add-log.el Improve add-log-current-defun-header-regexp 2021-04-28 10:05:53 +02:00
compare-w.el
cvs-status.el
diff-mode.el Convert many more links to use HTTPS 2021-03-24 10:20:18 +01:00
diff.el
ediff-diff.el
ediff-help.el
ediff-hook.el
ediff-init.el
ediff-merg.el
ediff-mult.el Make ediff-copy-list alias obsolete 2021-04-05 11:14:34 +02:00
ediff-ptch.el
ediff-util.el ediff shouldn't alter the kill ring when copying a diff 2021-05-03 12:21:11 +02:00
ediff-vers.el
ediff-wind.el
ediff.el
emerge.el
log-edit.el Improve doc string of 'log-edit-generate-changelog-from-diff' 2021-05-15 11:06:41 +03:00
log-view.el
pcvs-defs.el
pcvs-info.el
pcvs-parse.el
pcvs-util.el
pcvs.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
smerge-mode.el
vc-annotate.el
vc-bzr.el
vc-cvs.el
vc-dav.el
vc-dir.el
vc-dispatcher.el Fix a few Edebug specifications where code is wrapped in lambdas. 2021-05-17 10:09:43 +02:00
vc-filewise.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
vc-git.el ; Remove some redundant installation instructions 2021-04-03 12:26:55 +02:00
vc-hg.el ; Remove some useless comments 2021-04-16 14:54:02 +02:00
vc-hooks.el
vc-mtn.el
vc-rcs.el
vc-sccs.el
vc-src.el
vc-svn.el
vc.el Base the "extraclean" Make rule on "maintainer-clean" 2021-05-09 18:14:12 -07:00