]> code.delx.au - gnu-emacs/blobdiff - src/buffer.c
(Fpop_to_buffer): Remove superfluous call to record_buffer.
[gnu-emacs] / src / buffer.c
index 5e304d5a1bb1451c43ec23753996e7b1ad72171a..a20f6a2d683d320a50a9610aaf02b9a666ebea04 100644 (file)
@@ -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;
 }