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

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

[elpa] 03/05: No need to set paren's syntax class after 55c3a66


From: Dmitry Gutov
Subject: [elpa] 03/05: No need to set paren's syntax class after 55c3a66
Date: Tue, 28 Oct 2014 01:38:56 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit d114bfd3f73d3d603a42f47a81bb14e216161a08
Author: Dmitry Gutov <address@hidden>
Date:   Mon Oct 27 08:29:50 2014 +0700

    No need to set paren's syntax class after 55c3a66
---
 company-template.el |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/company-template.el b/company-template.el
index 7b103e3..21ae011 100644
--- a/company-template.el
+++ b/company-template.el
@@ -153,8 +153,6 @@ Leave point at the end of the field."
          (templ (company-template-declare-template beg end))
          paren-open paren-close)
     (with-syntax-table (make-syntax-table (syntax-table))
-      (modify-syntax-entry ?\( "(")
-      (modify-syntax-entry ?\) ")")
       (modify-syntax-entry ?< "(")
       (modify-syntax-entry ?> ")")
       (when (search-backward ")" beg t)



reply via email to

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