emacs-diffs
[Top][All Lists]
Advanced

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

master a1e07057c4 3/4: * admin/check-doc-strings: Remove XEmacs support.


From: Stefan Kangas
Subject: master a1e07057c4 3/4: * admin/check-doc-strings: Remove XEmacs support.
Date: Sat, 6 Aug 2022 08:38:21 -0400 (EDT)

branch: master
commit a1e07057c416132b3125436010adb876886c6677
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * 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 135090b34c..b119b50885 100755
--- a/admin/check-doc-strings
+++ b/admin/check-doc-strings
@@ -290,13 +290,7 @@ while (my $file = <FIND>) {
   }
 }
 
-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 = <FIND>) {
   my $contents = FileContents $file;



reply via email to

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