]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company/company-pysmell.el
* GNUmakefile: Rename from Makefile. Add targets for in-place use.
[gnu-emacs-elpa] / packages / company / company-pysmell.el
index 063d8eafcd89baf5dd79c7a6859b85f1e500fa76..5c44f06aafa799a522dcfac1546f8e6776d31f50 100644 (file)
@@ -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  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
@@ -28,7 +28,7 @@
 ;;; Code:
 
 (eval-when-compile (require 'cl))
-(require 'pysmell)
+(if t (require 'pysmell))               ;Don't load during compilation.
 
 (defvar company-pysmell--available-p 'unknown)
 (make-variable-buffer-local 'company-pysmell--available-p)