emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#59518: closed ([PATCH] * lib-src/ctags.c: Add the Racket language fi


From: GNU bug Tracking System
Subject: bug#59518: closed ([PATCH] * lib-src/ctags.c: Add the Racket language file extension .rkt)
Date: Wed, 23 Nov 2022 18:35:03 +0000

Your message dated Wed, 23 Nov 2022 20:34:11 +0200
with message-id <83tu2py0yk.fsf@gnu.org>
and subject line Re: bug#59516: [PATCH] * lib-src/ctags.c: Add the Racket 
language file extension .rkt
has caused the debbugs.gnu.org bug report #59516,
regarding [PATCH] * lib-src/ctags.c: Add the Racket language file extension .rkt
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59516: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59516
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] * lib-src/ctags.c: Add the Racket language file extension .rkt Date: Wed, 23 Nov 2022 23:55:35 +0800
---
 lib-src/etags.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib-src/etags.c b/lib-src/etags.c
index f665f35fa6..02088d1bc7 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -781,7 +781,7 @@ #define STDIN 0x1001                /* returned by 
getopt_long on --parse-stdin */
 
 /* Can't do the `SCM' or `scm' prefix with a version number. */
 static const char *Scheme_suffixes [] =
-  { "oak", "sch", "scheme", "SCM", "scm", "SM", "sm", "ss", "t", NULL };
+  { "oak", "rkt", "sch", "scheme", "SCM", "scm", "SM", "sm", "ss", "t", NULL };
 static const char Scheme_help [] =
 "In Scheme code, tags include anything defined with 'def' or with a\n\
 construct whose name starts with 'def'.  They also include\n\
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#59516: [PATCH] * lib-src/ctags.c: Add the Racket language file extension .rkt Date: Wed, 23 Nov 2022 20:34:11 +0200
> Cc: lu4nx <lx@shellcodes.org>
> From: lu4nx <lx@shellcodes.org>
> Date: Wed, 23 Nov 2022 23:54:54 +0800
> 
> ---
>  lib-src/etags.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, installed.


--- End Message ---

reply via email to

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