pkgsrc/editors/mg2a/patches/patch-ae
tron 4d21cec081 Update "mg2a" package to version to version 1.11:
Don't attempt to edit non regular files.

Patches supplied by John Refling in PR pkg/10536.
2000-07-10 18:26:52 +00:00

14 lines
548 B
Text

$NetBSD: patch-ae,v 1.2 2000/07/10 18:26:54 tron Exp $
--- sys/default/tty.c.orig Sun Jul 3 10:50:35 1988
+++ sys/default/tty.c Wed May 31 16:36:31 2000
@@ -144,7 +144,8 @@
#endif
if(CM == NULL || UP == NULL)
- panic("This terminal is to stupid to run MicroGnuEmacs\n");
+/* panic("This terminal is to stupid to run MicroGnuEmacs\n"); refling */
+ panic("This terminal setting is not supported by MicroGnuEmacs.\n"); // refling
ttresize(); /* set nrow & ncol */
/* watch out for empty capabilities (sure to be wrong) */