From a1e07057c416132b3125436010adb876886c6677 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 6 Aug 2022 14:30:09 +0200 Subject: [PATCH] * admin/check-doc-strings: Remove XEmacs support. --- admin/check-doc-strings | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/admin/check-doc-strings b/admin/check-doc-strings index 135090b34ce..b119b50885b 100755 --- a/admin/check-doc-strings +++ b/admin/check-doc-strings @@ -290,13 +290,7 @@ while (my $file = ) { } } -my @pkgs; -if (-d "../xemacs-packages") { - @pkgs = qw (libs/edebug libs/xemacs-base comm/eudc oa/edit-utils); -} else { - @pkgs = (); -} -for (@pkgs) { s@^@../xemacs-packages/@; } +my @pkgs = (); open (FIND, "find lisp @pkgs -name '*.el' -print |") or die; while (my $file = ) { my $contents = FileContents $file; -- 2.39.2