summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/tablist.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/tablist.el b/lisp/tablist.el
index ed497d5..65ad3bc 100644
--- a/lisp/tablist.el
+++ b/lisp/tablist.el
@@ -295,12 +295,14 @@ as argument for the function `completion-in-region'.")
(lambda nil
(add-to-list 'savehist-additional-variables 'tablist-named-filter)))
+;;;###autoload
(define-minor-mode tablist-minor-mode
nil nil nil nil
(unless (derived-mode-p 'tabulated-list-mode)
(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))