aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/newfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/admin/notes/newfile b/admin/notes/newfile
index a58605e1a2a..e822b402b5e 100644
--- a/admin/notes/newfile
+++ b/admin/notes/newfile
@@ -6,6 +6,14 @@ CHECKLIST FOR ADDING A NEW FILE TO EMACS -*- outline -*-
6format, copyright and license notice, etc). 6format, copyright and license notice, etc).
7 7
8** Make sure the filename does not cause the DOS port any problems (8+3). 8** Make sure the filename does not cause the DOS port any problems (8+3).
9Run the `doschk' program like this:
10
11 find /path/to/emacs -print | doshck
12
13and examine the output for DOS-related problems. The sections of
14output under the headings "The following files are not valid DOS file
15names:" and "The following resolve to the same DOS file names:" should
16not include any files that end up in the release tarball.
9 17
10** Make the ChangeLog entry in the name of the author(s), not your own name. 18** Make the ChangeLog entry in the name of the author(s), not your own name.
11 19