From: Stefan Kangas Date: Sat, 6 Aug 2022 12:30:09 +0000 (+0200) Subject: * admin/check-doc-strings: Remove XEmacs support. X-Git-Tag: emacs-29.0.90~1447^2~376 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1e07057c416132b3125436010adb876886c6677;p=emacs.git * admin/check-doc-strings: Remove XEmacs support. --- 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;