annotate src/s/README @ 71977:6299774acc49
(report_file_error): Use xsignal.
(barf_or_query_if_file_exists, Fcopy_file, Fdelete_file)
(Finsert_file_contents): Use xsignal2.
(syms_of_fileio): Use list2, list3.
author |
Kim F. Storm <storm@cua.dk> |
date |
Tue, 18 Jul 2006 13:27:48 +0000 |
parents |
8e1b437e5d04 |
children |
|
rev |
line source |
25844
|
1 This directory contains C header files containing
|
|
2 operating-system-specific definitions. Each file describes a
|
|
3 particular operating system. The emacs configuration script edits
|
|
4 ../config.h to include the appropriate one of these files, and then
|
|
5 each emacs source file includes config.h.
|
|
6
|
|
7 template.h is a generic template for system descriptions; it describes
|
|
8 the parameters a system file can specify.
|