Mercurial > hg > xemacs-beta
comparison src/editfns.c @ 367:a4f53d9b3154 r21-1-13
Import from CVS: tag r21-1-13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:07 +0200 |
parents | 30d2cfa1092a |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
366:83d76f480a59 | 367:a4f53d9b3154 |
---|---|
367 if that was true previously. That avoids some anomalies. | 367 if that was true previously. That avoids some anomalies. |
368 But it creates others, and it wasn't documented, and it is simpler | 368 But it creates others, and it wasn't documented, and it is simpler |
369 and cleaner never to alter the window/buffer connections. */ | 369 and cleaner never to alter the window/buffer connections. */ |
370 /* I'm certain some code somewhere depends on this behavior. --jwz */ | 370 /* I'm certain some code somewhere depends on this behavior. --jwz */ |
371 /* Even if it did, it certainly doesn't matter anymore, because | 371 /* Even if it did, it certainly doesn't matter anymore, because |
372 this has been the behaviour for countless XEmacs releases | 372 this has been the behavior for countless XEmacs releases |
373 now. --hniksic */ | 373 now. --hniksic */ |
374 if (visible | 374 if (visible |
375 && (current_buffer != XBUFFER (XWINDOW (selected_window)->buffer))) | 375 && (current_buffer != XBUFFER (XWINDOW (selected_window)->buffer))) |
376 switch_to_buffer (Fcurrent_buffer (), Qnil); | 376 switch_to_buffer (Fcurrent_buffer (), Qnil); |
377 #endif | 377 #endif |