aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflyingleafe <flyingleafe@gmail.com>2014-08-10 19:32:40 +0600
committerflyingleafe <flyingleafe@gmail.com>2014-08-10 19:32:40 +0600
commite7c9022c763ee72b665dbf4d3f7f5af6c7341448 (patch)
treef2d09dffafb809f6cff86d85131f1f0162b31c0f
parent8a390aef263dfa23ff28e46ed09c2fd61443175a (diff)
downloademmet-mode-e7c9022c763ee72b665dbf4d3f7f5af6c7341448.tar.lz
emmet-mode-e7c9022c763ee72b665dbf4d3f7f5af6c7341448.tar.xz
emmet-mode-e7c9022c763ee72b665dbf4d3f7f5af6c7341448.zip
Rebuild: forgot about autoload magic comment
-rw-r--r--emmet-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emmet-mode.el b/emmet-mode.el
index 4ce2152..6c477e6 100644
--- a/emmet-mode.el
+++ b/emmet-mode.el
@@ -3880,6 +3880,7 @@ accept it or skip it."
(unless (emmet-go-to-edit-point count)
(error "Last edit point reached.")))
+;;;###autoload
(defun emmet-prev-edit-point (count)
(interactive "^p")
(unless (emmet-go-to-edit-point (- count))