branch: master
commit 7893a026818739233e5be10b79541d2263804d15
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    tiny.el: add autoload to `tiny-expand'
---
 tiny.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tiny.el b/tiny.el
index 3023d56..f9f1067 100644
--- a/tiny.el
+++ b/tiny.el
@@ -98,6 +98,7 @@
 (defvar tiny-end nil
   "Last matched snippet end position.")
 
+;;;###autoload
 (defun tiny-expand ()
   "Expand current snippet.
 It polls the expander functions one by one

Reply via email to