(Fcall_interactively): Pass new arg to Fread_coding_system.
authorRichard M. Stallman <rms@gnu.org>
Fri, 5 Sep 1997 05:38:41 +0000 (05:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 5 Sep 1997 05:38:41 +0000 (05:38 +0000)
src/callint.c

index 7907644..416ee1d 100644 (file)
@@ -687,7 +687,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
          break;
 
        case 'z':               /* Coding-system symbol or nil */
-         args[i] = Fread_coding_system (build_string (callint_message));
+         args[i] = Fread_coding_system (build_string (callint_message), Qnil);
          visargs[i] = last_minibuf_string;
          break;