comparison src/frame.c @ 267:966663fcf606 r20-5b32

Import from CVS: tag r20-5b32
author cvs
date Mon, 13 Aug 2007 10:26:29 +0200
parents 83b3d10dcba9
children b2472a1930f2
comparison
equal deleted inserted replaced
266:18d185df8c54 267:966663fcf606
1511 } 1511 }
1512 } 1512 }
1513 } 1513 }
1514 double_break_1: 1514 double_break_1:
1515 1515
1516 if (called_from_delete_device < 0) 1516 if (!called_from_delete_device)
1517 /* then we're being called from delete-console, and we shouldn't 1517 /* then we're being called from delete-console, and we shouldn't
1518 try to find another default-minibuffer frame for the console. 1518 try to find another default-minibuffer frame for the console.
1519 */ 1519 */
1520 con->default_minibuffer_frame = Qnil; 1520 con->default_minibuffer_frame = Qnil;
1521 1521