emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 14/31: Fix indentation


From: Dmitry Gutov
Subject: [elpa] 14/31: Fix indentation
Date: Tue, 18 Mar 2014 05:19:36 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 657d2a35c77a41d4c15fc29dd5608cb8255e2984
Author: Dmitry Gutov <address@hidden>
Date:   Mon Mar 3 06:30:07 2014 +0200

    Fix indentation
---
 company.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company.el b/company.el
index ca043e3..5a064d4 100644
--- a/company.el
+++ b/company.el
@@ -1898,7 +1898,7 @@ Example: \(company-begin-with '\(\"foo\" \"foobar\" 
\"foobarbaz\"\)\)"
     (when (< ann-start ann-end)
       (add-text-properties ann-start ann-end
                            '(face company-tooltip-annotation
-                                  mouse-face company-tooltip-mouse)
+                             mouse-face company-tooltip-mouse)
                            line))
     (when selected
       (if (and company-search-string



reply via email to

[Prev in Thread] Current Thread [Next in Thread]