|
From: | Stefan Monnier |
Subject: | Re: limit the number of log entries displayed by C-x v l |
Date: | Mon, 16 Nov 2009 09:22:32 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
> Here's how this can be done. OK? [...] > + ;; Some backends cannot support output limits. > + (when (memq backend '(RCS CVS SCCS)) (setq limit nil)) This is not OK, no. You could make `print-log' return the relevant info instead. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |