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

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

[elpa] master 180cd98 04/40: align: Ignore some G_* symbols


From: Daiki Ueno
Subject: [elpa] master 180cd98 04/40: align: Ignore some G_* symbols
Date: Fri, 22 Jan 2016 22:48:34 +0000

branch: master
commit 180cd98e42ac0aaf78aaf48ece68173a48eae941
Author: Daiki Ueno <address@hidden>
Commit: Daiki Ueno <address@hidden>

    align: Ignore some G_* symbols
---
 gobject-align.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gobject-align.el b/gobject-align.el
index be25a10..3392233 100644
--- a/gobject-align.el
+++ b/gobject-align.el
@@ -272,7 +272,8 @@
            identifier-end)
        (goto-char (point-min))
        (c-forward-syntactic-ws)
-       (unless (looking-at "typedef\\|#")
+       (unless (looking-at
+                
"typedef\\|#\\|G_DECLARE_\\(?:\\(?:FINAL\\|DECLARATIVE\\)_TYPE\\|INTERFACE\\)")
          (while (and (not (eobp))
                      (not (eq (char-after) ?\()))
            (c-forward-token-2)



reply via email to

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