]> code.delx.au - gnu-emacs-elpa/commitdiff
Fixed byte-compile warning.
authorNikolaj Schumacher <git@nschum.de>
Mon, 13 Apr 2009 07:12:18 +0000 (09:12 +0200)
committerNikolaj Schumacher <git@nschum.de>
Mon, 13 Apr 2009 17:22:17 +0000 (19:22 +0200)
company-elisp.el

index 5336d8339ebf154150cf533e89483c34d915c73d..bd03ea665f1b0da981191d873f42361fecb1ac80 100644 (file)
@@ -19,6 +19,7 @@
 
 (require 'company)
 (eval-when-compile (require 'cl))
+(require 'help-mode)
 
 (defcustom company-elisp-detect-function-context t
   "*If enabled, offer lisp functions only in appropriate contexts.