branch: elpa/symbol-overlay
commit e19f7adcdf433eaa704bbe87a919fb4996642f8b
Merge: fcd6ffe97a c7918e18bb
Author: wolray <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #7 from Bad-ptr/patch-1
    
    Make symbol-overlay-mode autoloadable
---
 symbol-overlay.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/symbol-overlay.el b/symbol-overlay.el
index b3c97865a8..d091a0cce2 100644
--- a/symbol-overlay.el
+++ b/symbol-overlay.el
@@ -239,6 +239,7 @@ This only effects symbols in the current displayed window."
   (unless (string= (symbol-overlay-get-symbol nil t) 
symbol-overlay-temp-symbol)
     (symbol-overlay-remove-temp)))
 
+;;;###autoload
 (define-minor-mode symbol-overlay-mode
   "Minor mode for auto-highlighting symbol at point."
   nil " SO" nil

Reply via email to