emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/gnus-select 7325e18 146/218: * cc-engine.el (c-loo


From: Andrew G Cohen
Subject: [Emacs-diffs] feature/gnus-select 7325e18 146/218: * cc-engine.el (c-looking-at-or-maybe-in-bracelist): Remove pessimization
Date: Fri, 14 Dec 2018 03:35:19 -0500 (EST)

branch: feature/gnus-select
commit 7325e1862563c67a1b26344b7d3d8b6eae6d7159
Author: Alan Mackenzie <address@hidden>
Commit: Andrew G Cohen <address@hidden>

    * cc-engine.el (c-looking-at-or-maybe-in-bracelist): Remove pessimization
---
 lisp/progmodes/cc-engine.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index c5b07b3..2290c9c 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -10538,13 +10538,6 @@ comment at the start of cc-engine.el for more info."
                      (looking-at c-return-key))
                 (setq braceassignp t)
                 nil)
-               ((and c-has-compound-literals
-                     (eq (char-after) ?,))
-                (save-excursion
-                  (when (and (c-go-up-list-backward nil lim)
-                             (eq (char-after) ?\())
-                    (setq braceassignp t)
-                    nil)))
                ((eq (char-after) ?=)
                 ;; We've seen a =, but must check earlier tokens so
                 ;; that it isn't something that should be ignored.



reply via email to

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