--- xemacs-20.4/src/events.c.braindead	Sat Feb 14 22:12:41 1998
+++ xemacs-20.4/src/events.c	Sat Apr 10 22:10:40 1999
@@ -854,8 +854,11 @@
 	}
       if (c >= 'A' && c <= 'Z') c -= 'A'-'a';
     }
+# if 0
+    /* This is even more controversial... */
   else if (c == 127)
     k = QKdelete;
+# endif
   else if (c == ' ')
     k = QKspace;
 
