branch: elpa/logview commit 5397a572e32f95427f8d2724652d34d77cc0a78a Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
And fix a mindo in commit a9e8b48. --- test/logview.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/logview.el b/test/logview.el index 429a95a99c..aca79a6b65 100644 --- a/test/logview.el +++ b/test/logview.el @@ -33,7 +33,7 @@ `(with-restriction ,start ,end :label ,locking-label ,@body) - `(progn (ignore ,tag) + `(progn (ignore ,locking-label) (narrow-to-region ,start ,end) ,@body)))