aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-19 21:05:08 +0000
committerRichard M. Stallman1994-05-19 21:05:08 +0000
commit4607ea99adc679a7593d8d530f9c2aabfd5fb279 (patch)
tree4f1868cc5cdd36eb83eabec6feb06b3d3b5003e2 /lib-src
parent6016579d519c7a50b498e56774882356d0ee20aa (diff)
downloademacs-4607ea99adc679a7593d8d530f9c2aabfd5fb279.tar.gz
emacs-4607ea99adc679a7593d8d530f9c2aabfd5fb279.zip
(write_c_args): Put `default' in upper case.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/make-docfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index b865845cfcf..58062efeee1 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -217,7 +217,7 @@ write_c_args (out, func, buf, minargs, maxargs)
217 || ('0' <= p[6] && p[6] <= '9') 217 || ('0' <= p[6] && p[6] <= '9')
218 || p[6] == '_')) 218 || p[6] == '_'))
219 { 219 {
220 fprintf (out, "default"); 220 fprintf (out, "DEFAULT");
221 p += 5; 221 p += 5;
222 in_ident = 0; 222 in_ident = 0;
223 just_spaced = 0; 223 just_spaced = 0;