branch: elpa/tablist
commit 336827466c4aba241e7f9c56e66dae615c5b3611
Merge: 2262a80 1e4fac1
Author: politza <[email protected]>
Commit: politza <[email protected]>
Merge pull request #1 from syohex/autoload
Add autoload cookie for lazy loading
---
tablist.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/tablist.el b/tablist.el
index ed497d5..5929c87 100644
--- a/tablist.el
+++ b/tablist.el
@@ -301,6 +301,7 @@ as argument for the function `completion-in-region'.")
(error "Buffer is not in Tabulated List Mode"))
(tablist-init (not tablist-minor-mode)))
+;;;###autoload
(define-derived-mode tablist-mode tabulated-list-mode "TL"
(tablist-init))