all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#59516: [PATCH] * lib-src/ctags.c: Add the Racket language file extension .rkt
@ 2022-11-23 15:54 lu4nx
  2022-11-23 18:34 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: lu4nx @ 2022-11-23 15:54 UTC (permalink / raw)
  To: 59516; +Cc: lu4nx

---
 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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59516: [PATCH] * lib-src/ctags.c: Add the Racket language file extension .rkt
  2022-11-23 15:54 bug#59516: [PATCH] * lib-src/ctags.c: Add the Racket language file extension .rkt lu4nx
@ 2022-11-23 18:34 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2022-11-23 18:34 UTC (permalink / raw)
  To: lu4nx; +Cc: lx, 59516-done

> 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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-23 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-23 15:54 bug#59516: [PATCH] * lib-src/ctags.c: Add the Racket language file extension .rkt lu4nx
2022-11-23 18:34 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.