Mercurial > hg > xemacs-beta
diff src/glyphs.c @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | 9b50b4588a93 |
children | 8eaf7971accc |
line wrap: on
line diff
--- a/src/glyphs.c Mon Aug 13 09:45:48 2007 +0200 +++ b/src/glyphs.c Mon Aug 13 09:46:53 2007 +0200 @@ -401,6 +401,7 @@ GCPRO1 (temp_buffer); set_buffer_internal (XBUFFER (temp_buffer)); Ferase_buffer (Fcurrent_buffer ()); + specbind (intern ("format-alist"), Qnil); Finsert_file_contents_internal (file, Qnil, Qnil, Qnil, Qnil, Qnil, Qnil); data = Fbuffer_substring (Qnil, Qnil, Fcurrent_buffer ()); unbind_to (count, Qnil);