diff options
| author | Joakim Verona | 2012-10-16 17:14:35 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-10-16 17:14:35 +0200 |
| commit | 017a270078be5ae39301e3205afad80d23facbbc (patch) | |
| tree | 5c85d8c3890f3a0cead231e87823b621a8f28e16 /lib-src/make-docfile.c | |
| parent | 5fcc7035c884b4419a1619551222b5f28ad9906f (diff) | |
| parent | 2b794d6940aa7dc58e297b3649b7799190d71f64 (diff) | |
| download | emacs-017a270078be5ae39301e3205afad80d23facbbc.tar.gz emacs-017a270078be5ae39301e3205afad80d23facbbc.zip | |
upstream
Diffstat (limited to 'lib-src/make-docfile.c')
| -rw-r--r-- | lib-src/make-docfile.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 2654387fb37..411b7057861 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c | |||
| @@ -659,7 +659,9 @@ write_globals (void) | |||
| 659 | special hacks. */ | 659 | special hacks. */ |
| 660 | if (strcmp (globals[i].name, "Fthrow") == 0 | 660 | if (strcmp (globals[i].name, "Fthrow") == 0 |
| 661 | || strcmp (globals[i].name, "Ftop_level") == 0 | 661 | || strcmp (globals[i].name, "Ftop_level") == 0 |
| 662 | || strcmp (globals[i].name, "Fkill_emacs") == 0) | 662 | || strcmp (globals[i].name, "Fkill_emacs") == 0 |
| 663 | || strcmp (globals[i].name, "Fexit_recursive_edit") == 0 | ||
| 664 | || strcmp (globals[i].name, "Fabort_recursive_edit") == 0) | ||
| 663 | fprintf (outfile, "_Noreturn "); | 665 | fprintf (outfile, "_Noreturn "); |
| 664 | fprintf (outfile, "EXFUN (%s, ", globals[i].name); | 666 | fprintf (outfile, "EXFUN (%s, ", globals[i].name); |
| 665 | if (globals[i].value == -1) | 667 | if (globals[i].value == -1) |