diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c index 5e304d5a1bb..a20f6a2d683 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1722,9 +1722,6 @@ do not put this buffer at the front of the list of recently selected ones. */) | |||
| 1722 | } | 1722 | } |
| 1723 | } | 1723 | } |
| 1724 | Fset_buffer (buf); | 1724 | Fset_buffer (buf); |
| 1725 | if (NILP (norecord)) | ||
| 1726 | /* Why bother ? Fselect_window will do it for us anyway. -stef */ | ||
| 1727 | record_buffer (buf); | ||
| 1728 | Fselect_window (Fdisplay_buffer (buf, other_window, Qnil), norecord); | 1725 | Fselect_window (Fdisplay_buffer (buf, other_window, Qnil), norecord); |
| 1729 | return buf; | 1726 | return buf; |
| 1730 | } | 1727 | } |