diff src/macros.c @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 341dac730539
children 6240c7796c7a
line wrap: on
line diff
--- a/src/macros.c	Mon Aug 13 11:01:58 2007 +0200
+++ b/src/macros.c	Mon Aug 13 11:03:08 2007 +0200
@@ -105,7 +105,7 @@
   int repeat;
 
   if (NILP (con->defining_kbd_macro))
-    error ("Not defining kbd macro");
+    error ("Not defining kbd macro.");
 
   if (NILP (arg))
     repeat = -1;
@@ -275,7 +275,7 @@
 
   final = indirect_function (macro, 1);
   if (!STRINGP (final) && !VECTORP (final))
-    error ("Keyboard macros must be strings or vectors");
+    error ("Keyboard macros must be strings or vectors.");
 
   tem = Fcons (Vexecuting_macro, make_int (executing_macro_index));
   record_unwind_protect (pop_kbd_macro, tem);