1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00

(Fcall_interactively): Pass new arg to Fread_coding_system.

This commit is contained in:
Richard M. Stallman 1997-09-05 05:38:41 +00:00
parent 9b787f3ead
commit 024d8713bc

View 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;