emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/tablist 3368274 37/60: Merge pull request #1 from syohex/a


From: Philip Kaludercic
Subject: [nongnu] elpa/tablist 3368274 37/60: Merge pull request #1 from syohex/autoload
Date: Sun, 1 Aug 2021 18:19:31 -0400 (EDT)

branch: elpa/tablist
commit 336827466c4aba241e7f9c56e66dae615c5b3611
Merge: 2262a80 1e4fac1
Author: politza <politza@fh-trier.de>
Commit: politza <politza@fh-trier.de>

    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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]