diff options
| author | Jason Rumney | 2007-10-20 23:19:53 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-10-20 23:19:53 +0000 |
| commit | bd45f31ddc9ed9d408038ee665a19a2a575729c9 (patch) | |
| tree | 0ac3850a75226a673f1c99864af0f5f02f47cfdb /src/doc.c | |
| parent | df77fd98e666cae390064c25f1676ab4b0886113 (diff) | |
| download | emacs-bd45f31ddc9ed9d408038ee665a19a2a575729c9.tar.gz emacs-bd45f31ddc9ed9d408038ee665a19a2a575729c9.zip | |
* doc.c (Fsnarf_documentation):
* Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -629,10 +629,8 @@ the same file name is found in the `doc-directory'. */) | |||
| 629 | int nr_read; | 629 | int nr_read; |
| 630 | char *cp = NULL; | 630 | char *cp = NULL; |
| 631 | char *beg, *end; | 631 | char *beg, *end; |
| 632 | Lisp_Object buildobj = Fexpand_file_name (build_string ("buildobj.lst"), | ||
| 633 | Vdoc_directory); | ||
| 634 | 632 | ||
| 635 | fd = emacs_open (SDATA (buildobj), O_RDONLY, 0); | 633 | fd = emacs_open ("buildobj.lst", O_RDONLY, 0); |
| 636 | if (fd < 0) | 634 | if (fd < 0) |
| 637 | report_file_error ("Opening file buildobj.lst", Qnil); | 635 | report_file_error ("Opening file buildobj.lst", Qnil); |
| 638 | 636 | ||