branch: elpa/logview commit b2aa91eee5ef19c2cad180d3aa733a0d1cbcee5d Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Fix a typo in the last commit caught by Travis CI. --- logview.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logview.el b/logview.el index fd080438e4..0a9b9a2632 100644 --- a/logview.el +++ b/logview.el @@ -1617,7 +1617,7 @@ for how toggling works." (logview--update-entry-invisibility start details-start (logview--entry-end entry start) 'propagate 'propagate (if (eq arg 'toggle) (not (memq logview--hidden-details-symbol (get-text-property details-start 'invisible))) - (> (prefix-numeric-value arg 0)))))))))) + (> (prefix-numeric-value arg) 0))))))))) (defun logview-toggle-region-entry-details (begin end &optional arg interactive) "Toggle whether details in the region are shown.