]> rtime.felk.cvut.cz Git - sojka/company-mode.git/commitdiff
Added missing custom entry for company-echo-metadata-frontend.
authorNikolaj Schumacher <git@nschum.de>
Sat, 21 Mar 2009 08:44:30 +0000 (09:44 +0100)
committerNikolaj Schumacher <git@nschum.de>
Sat, 21 Mar 2009 08:44:30 +0000 (09:44 +0100)
company.el

index 0ee5e79f59b040adca8eb57df5d7e8cd48d7b19a..9e6ef7abec138ec78d323edd16ee94f1074e7932 100644 (file)
@@ -179,6 +179,8 @@ The visualized data is stored in `company-prefix', `company-candidates',
   :type '(repeat (choice (const :tag "echo" company-echo-frontend)
                          (const :tag "echo, strip common"
                                 company-echo-strip-common-frontend)
+                         (const :tag "show echo meta-data in echo"
+                                company-echo-metadata-frontend)
                          (const :tag "pseudo tooltip"
                                 company-pseudo-tooltip-frontend)
                          (const :tag "pseudo tooltip, multiple only"