X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/2c0f29abb2928f672043cf97d689770bd2265064..2a045fc08430e8256233f6a3d3f4e4761a51fb36:/packages/company/company-pysmell.el diff --git a/packages/company/company-pysmell.el b/packages/company/company-pysmell.el index fe36eef0d..5c44f06aa 100644 --- a/packages/company/company-pysmell.el +++ b/packages/company/company-pysmell.el @@ -1,6 +1,6 @@ -;;; company-pysmell.el --- A 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) - "A `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