Mercurial > emacs
comparison src/minibuf.c @ 6472:7491cbb3d1a3
(read_minibuf): Don't redirect focus unless minibuf is on another frame.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 22 Mar 1994 22:59:01 +0000 |
parents | 5e8a442a836d |
children | c867b9af8de4 |
comparison
equal
deleted
inserted
replaced
6471:4e6b54b64d94 | 6472:7491cbb3d1a3 |
---|---|
213 } | 213 } |
214 } | 214 } |
215 } | 215 } |
216 | 216 |
217 #ifdef MULTI_FRAME | 217 #ifdef MULTI_FRAME |
218 Fredirect_frame_focus (Fselected_frame (), mini_frame); | 218 if (XFRAME (mini_frame) != selected_frame) |
219 Fredirect_frame_focus (Fselected_frame (), mini_frame); | |
219 #endif | 220 #endif |
220 Fmake_local_variable (Qprint_escape_newlines); | 221 Fmake_local_variable (Qprint_escape_newlines); |
221 print_escape_newlines = 1; | 222 print_escape_newlines = 1; |
222 | 223 |
223 record_unwind_protect (read_minibuf_unwind, Qnil); | 224 record_unwind_protect (read_minibuf_unwind, Qnil); |