]> code.delx.au - gnu-emacs-elpa/commitdiff
company-etags: not always sorted
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 18 Mar 2013 04:43:22 +0000 (08:43 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 18 Mar 2013 04:43:22 +0000 (08:43 +0400)
company-etags.el

index 508aac86a25a295da1b361f9694865ceb5ac4fe1..88b9fca8df346c5cf413a70596d47b9372667ca0 100644 (file)
@@ -79,8 +79,7 @@ buffer automatically."
                 (when (fboundp 'find-tag-noselect)
                   (save-excursion
                     (let ((buffer (find-tag-noselect arg)))
-                      (cons buffer (with-current-buffer buffer (point))))))))
-    (sorted t)))
+                      (cons buffer (with-current-buffer buffer (point))))))))))
 
 (provide 'company-etags)
 ;;; company-etags.el ends here