]> git.eshelyaron.com Git - emacs.git/commitdiff
(message1_nolog): New function.
authorKarl Heuer <kwzh@gnu.org>
Wed, 11 Jan 1995 02:03:00 +0000 (02:03 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 11 Jan 1995 02:03:00 +0000 (02:03 +0000)
src/xdisp.c

index 2647f178e76aed2aa0076160e34976282368737b..6179f88f973ee99a035d823311b3665df3b79215 100644 (file)
@@ -314,6 +314,13 @@ message1 (m)
   message2 (m, (m ? strlen (m) : 0));
 }
 
+void
+message1_nolog (m)
+     char *m;
+{
+  message2_nolog (m, (m ? strlen (m) : 0));
+}
+
 /* Truncate what will be displayed in the echo area
    the next time we display it--but don't redisplay it now.  */