CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      07/05/25 20:29:18

Index: checks/get-them
===================================================================
RCS file: /sources/m4/m4/checks/Attic/get-them,v
retrieving revision 1.1.1.1.2.10
retrieving revision 1.1.1.1.2.11
diff -u -b -r1.1.1.1.2.10 -r1.1.1.1.2.11
--- checks/get-them     25 May 2007 12:58:49 -0000      1.1.1.1.2.10
+++ checks/get-them     25 May 2007 20:29:17 -0000      1.1.1.1.2.11
@@ -77,6 +77,8 @@
   }
   if ($0 ~ /^\^D$/)
     next;
+  if ($0 ~ /^\$ @kbd/)
+    next;
   if ($0 ~ /[EMAIL PROTECTED]/ || $0 ~ /[EMAIL PROTECTED]/)
     prefix = "dnl ";
   else


Reply via email to