> >> The comment suggests that this patch will create a problems. Perhaps the
> >> patch below solves them.
> > I think the problem is just an oversight in the following change:
>
> > 2003-07-15 Stefan Monnier <[EMAIL PROTECTED]>
>
> > * buffer.c (Fswitch_to_buffer): Don't signal an error when switching
> > to the same buffer in a dedicated window.
>
> > Your patch looks good to me.
>
> Agreed.
OK, I've installed this change. I notice that sometimes Fcar and Fcdr
are used instead of XCAR and XCDR eg.
this change:
if (NILP (norecord) && !EQ (buffer, XCDR (XCAR (Vbuffer_alist))))
in window.c:
w->buffer = Fcdr (Fcar (Vbuffer_alist));
When is it ever better to use the latter?
--
Nick http://www.inet.net.nz/~nickrob
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug