Michael Olson <[EMAIL PROTECTED]> writes:
> * lisp/dvc-lisp.el (dvc-capturing-lambda-helper): Reuse already-captured
> symbols. [...]. Throw an error if trying to capture a non-symbol.
> (dvc-capturing-lambda):
Be carefull on this particular point:
$ grep -n 'capture[^)]*(' lisp/*.el
lisp/dvc-lisp.el:68: Values to be captured should be surrounded by (capture
...).
lisp/tla.el:1392: (capture (not summary))
lisp/tla.el:1450: (with-current-buffer (capture (or
master-buffer buffer))
lisp/tla.el:1562: (with-current-buffer (capture (current-buffer))
lisp/tla.el:1610: (with-current-buffer (capture (current-buffer))
lisp/tla.el:2999: (when (capture (interactive-p))
lisp/tla.el:3891: (with-current-buffer (capture
(current-buffer))
lisp/tla.el:3899: output (capture (ewoc-nth
dvc-revlist-cookie
lisp/tla.el:3911: (with-current-buffer (capture
(current-buffer))
lisp/tla.el:4152: (with-current-buffer (capture (ewoc-buffer
cookie))
lisp/tla.el:5062: (when (capture
(interactive-p))
lisp/tla.el:5069: (if (capture
(interactive-p))
lisp/tla.el:7345: (with-current-buffer (capture
(current-buffer))
(yes, that should be easily fixable on these occurences, but it should
be done. My regexp may have missed some of them also, but
compile-time error message should help too)
--
Matthieu
_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev