]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company/company-pysmell.el
(eldoc-display-message-no-interference-p): Turn it into an advice.
[gnu-emacs-elpa] / packages / company / company-pysmell.el
index fe36eef0dfbfc3b547345a5423c65a5202b2e779..5c44f06aafa799a522dcfac1546f8e6776d31f50 100644 (file)
@@ -1,6 +1,6 @@
-;;; company-pysmell.el --- company-mode completion back-end for pysmell.el
+;;; 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)
@@ -53,7 +53,7 @@
 
 ;;;###autoload
 (defun company-pysmell (command &optional arg &rest ignored)
-  "`company-mode' completion back-end for pysmell.
+  "`company-mode' completion back-end for pysmell.
 This requires pysmell.el and pymacs.el."
   (interactive (list 'interactive))
   (case command