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:
parent
9b787f3ead
commit
024d8713bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue