changeset 11972:be9d727c58c2

(describe_syntax_1): Pass new arg to describe_vector.
author Karl Heuer <kwzh@gnu.org>
date Mon, 29 May 1995 06:07:10 +0000
parents d72fbbe25780
children 4e0f3e3b4cc7
files src/syntax.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/syntax.c	Mon May 29 04:44:28 1995 +0000
+++ b/src/syntax.c	Mon May 29 06:07:10 1995 +0000
@@ -466,7 +466,7 @@
 {
   struct buffer *old = current_buffer;
   set_buffer_internal (XBUFFER (Vstandard_output));
-  describe_vector (vector, Qnil, describe_syntax, 0, Qnil);
+  describe_vector (vector, Qnil, describe_syntax, 0, Qnil, Qnil);
   call0 (intern ("help-mode"));
   set_buffer_internal (old);
   return Qnil;