X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/1de79de6691409bbc044c614991a0c01bb72521f..779de03e226b161a00c3428ffdadd89ecbc422d0:/company-tempo.el diff --git a/company-tempo.el b/company-tempo.el index ac9198862..0fa5c75c3 100644 --- a/company-tempo.el +++ b/company-tempo.el @@ -1,6 +1,6 @@ -;;; company-tempo.el --- company-mode completion back-end for tempo +;;; company-tempo.el --- company-mode completion backend for tempo -;; Copyright (C) 2009-2011 Free Software Foundation, Inc. +;; Copyright (C) 2009-2011, 2015 Free Software Foundation, Inc. ;; Author: Nikolaj Schumacher @@ -48,7 +48,7 @@ ;;;###autoload (defun company-tempo (command &optional arg &rest ignored) - "`company-mode' completion back-end for tempo." + "`company-mode' completion backend for tempo." (interactive (list 'interactive)) (cl-case command (interactive (company-begin-backend 'company-tempo @@ -56,7 +56,6 @@ (prefix (or (car (tempo-find-match-string tempo-match-finder)) "")) (candidates (all-completions arg (tempo-build-collection))) (meta (company-tempo-meta arg)) - (require-match t) (sorted t))) (provide 'company-tempo)