diff src/dispnew.c @ 649:61deba7b73b6

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 19 May 1992 02:05:47 +0000
parents 1c2d1836941a
children 39f0e62a8511
line wrap: on
line diff
--- a/src/dispnew.c	Mon May 18 08:14:41 1992 +0000
+++ b/src/dispnew.c	Tue May 19 02:05:47 1992 +0000
@@ -1753,7 +1753,10 @@
 {
   if (!NILP (arg))
     {
-      ring_bell ();
+      if (noninteractive)
+	putchar (07);
+      else
+	ring_bell ();
       fflush (stdout);
     }
   else