Use functions and constants to manipulate Lisp_Save_Value objects.
[bpt/emacs.git] / src / fileio.c
index 724250c..3d7bd9f 100644 (file)
@@ -4218,7 +4218,8 @@ by calling `format-decode', which see.  */)
               to be signaled after decoding the text we read.  */
            nbytes = internal_condition_case_1
              (read_non_regular,
-              make_save_value ("iii", (ptrdiff_t) fd, inserted, trytry),
+              make_save_value (SAVE_TYPE_INT_INT_INT, (ptrdiff_t) fd,
+                               inserted, trytry),
               Qerror, read_non_regular_quit);
 
            if (NILP (nbytes))