]> code.delx.au - gnu-emacs-elpa/commitdiff
Fixed 'safe-local-variable function typo.
authorNikolaj Schumacher <git@nschum.de>
Mon, 20 Apr 2009 16:43:24 +0000 (18:43 +0200)
committerNikolaj Schumacher <git@nschum.de>
Thu, 23 Apr 2009 14:13:44 +0000 (16:13 +0200)
company.el

index 007f66e9bceb1151761d6931f39b54c30d7aba76..bb2131b329b8188f9c5418f24737ac6b6376a366 100644 (file)
@@ -354,7 +354,7 @@ does not know about.  It should also be callable interactively and use
                                      company-safe-backends)
                            (symbol :tag "User defined"))))))
 
-(put 'company-backends 'safe-local-variable 'company-safe-backend-p)
+(put 'company-backends 'safe-local-variable 'company-safe-backends-p)
 
 (defcustom company-completion-started-hook nil
   "*Hook run when company starts completing.