comparison src/fileio.c @ 11090:290c241031e9

(syms_of_fileio): Fix missing \n\.
author Karl Heuer <kwzh@gnu.org>
date Wed, 22 Mar 1995 17:57:55 +0000
parents f14a518fcb33
children e6bdaaa6ce1b
comparison
equal deleted inserted replaced
11089:3759523c1773 11090:290c241031e9
4295 Qfind_buffer_file_type = intern ("find-buffer-file-type"); 4295 Qfind_buffer_file_type = intern ("find-buffer-file-type");
4296 staticpro (&Qfind_buffer_file_type); 4296 staticpro (&Qfind_buffer_file_type);
4297 #endif /* DOS_NT */ 4297 #endif /* DOS_NT */
4298 4298
4299 DEFVAR_LISP ("auto-save-file-format", &Vauto_save_file_format, 4299 DEFVAR_LISP ("auto-save-file-format", &Vauto_save_file_format,
4300 "*Format in which to write auto-save files. 4300 "*Format in which to write auto-save files.\n\
4301 Should be a list of symbols naming formats that are defined in `format-alist'.\n\ 4301 Should be a list of symbols naming formats that are defined in `format-alist'.\n\
4302 If it is t, which is the default, auto-save files are written in the\n\ 4302 If it is t, which is the default, auto-save files are written in the\n\
4303 same format as a regular save would use."); 4303 same format as a regular save would use.");
4304 Vauto_save_file_format = Qt; 4304 Vauto_save_file_format = Qt;
4305 4305