Searched refs:LV_FMT (Results 1 – 1 of 1) sorted by relevance
1802 #define LV_FMT "\n\037\nLocal Variables:\ncoding: %s\nEnd:\n" in info_trailer() macro1803 char *lv = xmalloc (sizeof (LV_FMT) + strlen (encoding)); in info_trailer()1804 sprintf (lv, LV_FMT, encoding); in info_trailer()