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

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

[elpa] master d48eaee 155/173: Merge pull request #499 from fice-t/autol


From: Dmitry Gutov
Subject: [elpa] master d48eaee 155/173: Merge pull request #499 from fice-t/autoload
Date: Thu, 23 Jun 2016 00:28:47 +0000 (UTC)

branch: master
commit d48eaee815af815cd2c1ff6587b2decf8f94fa79
Merge: 90ec4ce 077182c
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Merge pull request #499 from fice-t/autoload
    
    Add autoload cookies for company-complete and company-manual-begin
---
 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]