emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 8d69f38: Improve tagging of C bindings in DEFVAR_*


From: Eli Zaretskii
Subject: [Emacs-diffs] master 8d69f38: Improve tagging of C bindings in DEFVAR_*
Date: Wed, 13 May 2015 17:27:02 +0000

branch: master
commit 8d69f38a94fd1584a1ee6fc33f39c8f1ff9eaf59
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Improve tagging of C bindings in DEFVAR_*
    
    * src/Makefile.in (TAGS): Add --regex options to tag the C binding
    from DEFVAR_*.
---
 src/Makefile.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index 44995a4..1c03b27 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -604,8 +604,10 @@ ctagsfiles3 = [a-zA-Z]*.m
 TAGS: $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2) 
$(srcdir)/$(ctagsfiles3)
        "$(ETAGS)" --include=../lisp/TAGS --include=$(lwlibdir)/TAGS \
          --regex='{c}/[        ]*DEFVAR_[A-Z_  (]+"\([^"]+\)"/\1/' \
+         --regex='{c}/[        ]*DEFVAR_[A-Z_  (]+"[^"]+",[    
]\([A-Za-z0-9_]+\)/\1/' \
          $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2) \
          --regex='{objc}/[     ]*DEFVAR_[A-Z_  (]+"\([^"]+\)"/\1/' \
+         --regex='{objc}/[     ]*DEFVAR_[A-Z_  (]+"[^"]+",[    
]\([A-Za-z0-9_]+\)/\1/' \
          $(srcdir)/$(ctagsfiles3)
 
 ## Arrange to make tags tables for ../lisp and ../lwlib,



reply via email to

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