diff options
author | Károly Lőrentey <lorentey@elte.hu> | 2005-11-30 13:18:56 +0000 |
---|---|---|
committer | Károly Lőrentey <lorentey@elte.hu> | 2005-11-30 13:18:56 +0000 |
commit | 6ad0f04d224788678cc964d3fb9b2c521fa66cf7 (patch) | |
tree | b3f9b21a410e90d2c14b8713d8577b21bd8e7e22 /src/buffer.c | |
parent | 98b53ac986feb2952e1d70693773886ef9bd0a49 (diff) | |
download | emacs-6ad0f04d224788678cc964d3fb9b2c521fa66cf7.tar.gz |
(Fpop_to_buffer): Remove superfluous call to record_buffer.
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. */) } } Fset_buffer (buf); - if (NILP (norecord)) - /* Why bother ? Fselect_window will do it for us anyway. -stef */ - record_buffer (buf); Fselect_window (Fdisplay_buffer (buf, other_window, Qnil), norecord); return buf; } |