4d21cec081
Don't attempt to edit non regular files. Patches supplied by John Refling in PR pkg/10536.
14 lines
548 B
Text
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) */
|