branch: externals/tmr
commit 53688a3d843e55d24566b5d091fb582fde0ce9a9
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add the missing nil from the :type specified in commit 6d4bc6f
---
tmr.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmr.el b/tmr.el
index cf291288ad..08a7d4ed89 100644
--- a/tmr.el
+++ b/tmr.el
@@ -132,7 +132,7 @@ user can do that manually by invoking the command
`revert-buffer'."
:package-version '(tmr . "1.3.0")
:type '(choice
(natnum :tag "Seconds to auto-refresh the `tmr-tabulated-view'
buffer")
- (const :tag "Never auto-refresh the `tmr-tabulated-view' buffer")))
+ (const :tag "Never auto-refresh the `tmr-tabulated-view' buffer"
nil)))
(defun tmr-select-and-resize (window)
"Select WINDOW and fit it to its buffer."