comparison src/print.c @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 809050824a8f
children ecd666ee0ea1 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
2168 Qprint_escape_nonascii = intern ("print-escape-nonascii"); 2168 Qprint_escape_nonascii = intern ("print-escape-nonascii");
2169 staticpro (&Qprint_escape_nonascii); 2169 staticpro (&Qprint_escape_nonascii);
2170 2170
2171 defsubr (&Swith_output_to_temp_buffer); 2171 defsubr (&Swith_output_to_temp_buffer);
2172 } 2172 }
2173
2174 /* arch-tag: bc797170-94ae-41de-86e3-75e20f8f7a39
2175 (do not change this comment) */