]> rtime.felk.cvut.cz Git - sojka/company-mode.git/blobdiff - company-ispell.el
Bumped version to 0.4.3.
[sojka/company-mode.git] / company-ispell.el
index 3096148c5b46f87676f7a745c2342c994fa4ef86..2a153aad07427b64ca8d4dc7142f37bcdd9e07b2 100644 (file)
@@ -2,7 +2,7 @@
 ;;
 ;; Copyright (C) 2009 Nikolaj Schumacher
 ;;
-;; This file is part of company 0.2.1.
+;; This file is part of company 0.4.3.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License
@@ -48,7 +48,7 @@ If nil, use `ispell-complete-word-dict'."
   (case command
     ('interactive (company-begin-backend 'company-ispell))
     ('prefix (when (company-ispell-available)
-               (company-grab "\\<\\w+\\>")))
+               (company-grab-word)))
     ('candidates (lookup-words arg (or company-ispell-dictionary
                                        ispell-complete-word-dict)))
     ('sorted t)