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

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

[elpa] master 077182c 154/173: Add autoload cookies


From: Dmitry Gutov
Subject: [elpa] master 077182c 154/173: Add autoload cookies
Date: Thu, 23 Jun 2016 00:28:47 +0000 (UTC)

branch: master
commit 077182c12c2c4956faace68b2f20ab3595091889
Author: Fice T <address@hidden>
Commit: Fice T <address@hidden>

    Add autoload cookies
    
    Adds autoload cookies to both company-manual-begin and company-complete.
---
 company.el |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/company.el b/company.el
index 3fb6d76..23ed09a 100644
--- a/company.el
+++ b/company.el
@@ -1364,6 +1364,7 @@ from the rest of the backends in the group, if any, will 
be left at the end."
                   (company-cancel))
            (quit (company-cancel))))))
 
+;;;###autoload
 (defun company-manual-begin ()
   (interactive)
   (company-assert-enabled)
@@ -2056,6 +2057,7 @@ With ARG, move by that many elements."
                  (eq old-tick (buffer-chars-modified-tick)))
         (company-complete-common))))))
 
+;;;###autoload
 (defun company-complete ()
   "Insert the common part of all candidates or the current selection.
 The first time this is called, the common part is inserted, the second



reply via email to

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