mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 20:30:32 -08:00
(recursive_edit_1): Use xsignal1.
This commit is contained in:
parent
9dc9518716
commit
43cae48c41
1 changed files with 1 additions and 1 deletions
|
|
@ -1006,7 +1006,7 @@ recursive_edit_1 ()
|
|||
/* Handle throw from read_minibuf when using minibuffer
|
||||
while it's active but we're in another window. */
|
||||
if (STRINGP (val))
|
||||
Fsignal (Qerror, Fcons (val, Qnil));
|
||||
xsignal1 (Qerror, val);
|
||||
|
||||
return unbind_to (count, Qnil);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue