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

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

[elpa] 01/52: Don't require pysmell during compile.


From: Dmitry Gutov
Subject: [elpa] 01/52: Don't require pysmell during compile.
Date: Tue, 01 Jul 2014 11:53:02 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 4bf0a337bb6bf31e25264ea4e2ea551842ae4553
Author: Stefan Monnier <address@hidden>
Date:   Sat Apr 19 14:13:39 2014 +0400

    Don't require pysmell during compile.
---
 company-pysmell.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/company-pysmell.el b/company-pysmell.el
index d9cf86b..2f22bf0 100644
--- a/company-pysmell.el
+++ b/company-pysmell.el
@@ -1,6 +1,6 @@
 ;;; company-pysmell.el --- company-mode completion back-end for pysmell.el
 
-;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2013-2014  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
@@ -27,7 +27,7 @@
 
 ;;; Code:
 
-(require 'pysmell)
+(if t (require 'pysmell))               ;Don't load during compilation.
 (require 'cl-lib)
 
 (defvar company-pysmell--available-p 'unknown)



reply via email to

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