From: Pavel Roskin Date: Tue, 24 Oct 2000 17:03:41 +0000 (+0000) Subject: * m4sugar.m4 (m4_quote): Comment change. X-Git-Tag: autoconf-2.50~532 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2f945e4c02504e9e32a9cf38b0d92e012b3227e;p=thirdparty%2Fautoconf.git * m4sugar.m4 (m4_quote): Comment change. --- diff --git a/ChangeLog b/ChangeLog index 96a53de29..0cf722dfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-10-24 Pavel Roskin + + * m4sugar.m4 (m4_quote): Comment change. + 2000-10-24 Akim Demaille Start avoiding dependence upon character ranges. diff --git a/lib/m4sugar/m4sugar.m4 b/lib/m4sugar/m4sugar.m4 index 5ab9c5a39..fa623eb0a 100644 --- a/lib/m4sugar/m4sugar.m4 +++ b/lib/m4sugar/m4sugar.m4 @@ -472,7 +472,7 @@ define([_m4_foreach], # ---------------- # Return STRING quoted. # -# It is important to realize the difference between `quote(exp)' and +# It is important to realize the difference between `m4_quote(exp)' and # `[exp]': in the first case you obtain the quoted *result* of the # expansion of EXP, while in the latter you just obtain the string # `exp'. diff --git a/m4sugar.m4 b/m4sugar.m4 index 5ab9c5a39..fa623eb0a 100644 --- a/m4sugar.m4 +++ b/m4sugar.m4 @@ -472,7 +472,7 @@ define([_m4_foreach], # ---------------- # Return STRING quoted. # -# It is important to realize the difference between `quote(exp)' and +# It is important to realize the difference between `m4_quote(exp)' and # `[exp]': in the first case you obtain the quoted *result* of the # expansion of EXP, while in the latter you just obtain the string # `exp'.