From 4508b7a70e18da25d20cc2ac471086fdd51acf2a Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Thu, 9 May 2013 23:16:55 +0400 Subject: [PATCH] company-capf: Change `require-match' comment --- company-capf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-capf.el b/company-capf.el index 455e9923f..e614cb040 100644 --- a/company-capf.el +++ b/company-capf.el @@ -66,7 +66,7 @@ Requires Emacs 24.1 or newer." (meta nil) ;FIXME: Return one-line docstring for `arg'. (doc-buffer nil) ;FIXME: Return help buffer for `arg'. (location nil) ;FIXME: Return (BUF . POS) or (FILE . LINENB) of `arg'. - (require-match nil) ;This should be a property of the front-end! + (require-match nil) ;Front-ends should also have a say in this. (init nil) ;Don't bother: plenty of other ways to initialize the code. (post-completion (let* ((res (company--capf-data)) -- 2.39.2