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

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

[elpa] master 1dce769 036/173: company-version: Require find-func


From: Dmitry Gutov
Subject: [elpa] master 1dce769 036/173: company-version: Require find-func
Date: Thu, 23 Jun 2016 00:28:36 +0000 (UTC)

branch: master
commit 1dce7698fd972f2bb4ae706196b33d810a0c84d4
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    company-version: Require find-func
    
    #344
---
 company.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/company.el b/company.el
index b40918c..9163749 100644
--- a/company.el
+++ b/company.el
@@ -2141,6 +2141,7 @@ Example: \(company-begin-with '\(\"foo\" \"foobar\" 
\"foobarbaz\"\)\)"
 If SHOW-VERSION is non-nil, show the version in the echo area."
   (interactive (list t))
   (with-temp-buffer
+    (require 'find-func)
     (insert-file-contents (find-library-name "company"))
     (require 'lisp-mnt)
     (if show-version



reply via email to

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