aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 4f37b392f8d..a6232e14e43 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -2763,7 +2763,8 @@ and (2) it puts less data in the undo list.")
2763 is deemed to be a text file. */ 2763 is deemed to be a text file. */
2764 { 2764 {
2765 struct gcpro gcpro1; 2765 struct gcpro gcpro1;
2766 Lisp_Object code = Qnil; 2766 Lisp_Object code;
2767 code = Qnil;
2767 GCPRO1 (filename); 2768 GCPRO1 (filename);
2768 code = call1 (Qfind_buffer_file_type, filename); 2769 code = call1 (Qfind_buffer_file_type, filename);
2769 UNGCPRO; 2770 UNGCPRO;