aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-01-11 02:03:00 +0000
committerKarl Heuer <[email protected]>1995-01-11 02:03:00 +0000
commit0b1005ef3c6ba945d5009e1734dfc653e59bce14 (patch)
tree9c7510c78b4a88627a74e89b8252980f602c41d1 /src/xdisp.c
parent5992c4f72579c591ae862735bb237ebd88439c15 (diff)
(message1_nolog): New function.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r--src/xdisp.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 2647f178e7..6179f88f97 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -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. */