aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 2f4a2ad2314..6deca0bf1e1 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -766,7 +766,7 @@ filesystem tree, not (expand-file-name ".." dirname). */)
766#endif /* DOS_NT */ 766#endif /* DOS_NT */
767 ptrdiff_t length; 767 ptrdiff_t length;
768 Lisp_Object handler, result, handled_name; 768 Lisp_Object handler, result, handled_name;
769 int multibyte; 769 bool multibyte;
770 Lisp_Object hdir; 770 Lisp_Object hdir;
771 771
772 CHECK_STRING (name); 772 CHECK_STRING (name);
@@ -1566,7 +1566,7 @@ those `/' is discarded. */)
1566 char *target = NULL; 1566 char *target = NULL;
1567 int total = 0; 1567 int total = 0;
1568 int substituted = 0; 1568 int substituted = 0;
1569 int multibyte; 1569 bool multibyte;
1570 char *xnm; 1570 char *xnm;
1571 Lisp_Object handler; 1571 Lisp_Object handler;
1572 1572
@@ -5306,7 +5306,7 @@ A non-nil CURRENT-ONLY argument means save only current buffer. */)
5306 FILE *stream = NULL; 5306 FILE *stream = NULL;
5307 ptrdiff_t count = SPECPDL_INDEX (); 5307 ptrdiff_t count = SPECPDL_INDEX ();
5308 int orig_minibuffer_auto_raise = minibuffer_auto_raise; 5308 int orig_minibuffer_auto_raise = minibuffer_auto_raise;
5309 int old_message_p = 0; 5309 bool old_message_p = 0;
5310 struct gcpro gcpro1, gcpro2; 5310 struct gcpro gcpro1, gcpro2;
5311 5311
5312 if (max_specpdl_size < specpdl_size + 40) 5312 if (max_specpdl_size < specpdl_size + 40)