annotate msdos/sed2x.inp @ 19861:163421a61771
(ENCODE_FILE): New macro.
(Vfile_name_coding_system): New variable.
(syms_of_fileio): Set up Lisp variable.
(Fset_visited_file_modtime): Use ENCODE_FILE.
(Fcopy_file, Fmake_directory_internal, Fdelete_directory, Fdelete_file)
(Frename_file, Fadd_name_to_file, Ffile_exists_p Ffile_executable_p)
(Ffile_readable_p, Ffile_writable_p, Faccess_file, Ffile_symlink_p)
(Ffile_directory_p, Ffile_accessible_directory_p, Ffile_regular_p)
(Ffile_modes, Fset_file_modes, Ffile_newer_than_file_p, Fwrite_region)
(Finsert_file_contents, Fverify_visited_file_modtime): Likewise.
(Ffile_symlink_p): Decode the file name value.
author |
Richard M. Stallman <rms@gnu.org> |
date |
Thu, 11 Sep 1997 00:00:01 +0000 |
parents |
b37425ecb3f0 |
children |
a4fb0c9be609 |
rev |
line source |
9571
|
1 # -sed2x.inp------------------------------------------------------------
|
|
2 # Extra configuration script for src/config.h for DesqView/X
|
|
3 # ----------------------------------------------------------------------
|
|
4 /^#undef HAVE_X_WINDOWS *$/s/undef/define/
|
|
5 /^#undef HAVE_X11 *$/s/undef/define/
|
|
6 /^#undef HAVE_X_MENU *$/s/undef/define/
|
|
7 /^#undef HAVE_XSCREENNUMBEROFSCREEN *$/s/undef/define/
|
|
8 /^#undef HAVE_XSETWMPROTOCOLS *$/s/undef/define/
|
|
9 /^#undef HAVE_SELECT *$/s/undef/define/
|