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

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

[elpa] master 7777860 03/27: Autoload the mode function


From: Dmitry Gutov
Subject: [elpa] master 7777860 03/27: Autoload the mode function
Date: Sat, 29 Oct 2016 00:04:17 +0000 (UTC)

branch: master
commit 77778602a8695889c98d454095531d7aa2f25320
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Autoload the mode function
---
 highlight-escape-sequences.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/highlight-escape-sequences.el b/highlight-escape-sequences.el
index ecd99ef..6900029 100644
--- a/highlight-escape-sequences.el
+++ b/highlight-escape-sequences.el
@@ -72,6 +72,7 @@ backslash followed by anything else.")
          (set-default symbol value)
          (hes-mode 1)))
 
+;;;###autoload
 (define-minor-mode hes-mode
   "Toggle highlighting of escape sequences."
   :lighter "" :global t



reply via email to

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