bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24306: 25.1; clone-indirect-buffer passes wrong argument to pop-to-b


From: martin rudalics
Subject: bug#24306: 25.1; clone-indirect-buffer passes wrong argument to pop-to-buffer
Date: Thu, 25 Aug 2016 11:17:34 +0200

> The function clone-indirect-buffer passes its NORECORD argument to
> pop-to-buffer as the ACTION argument instead of the NORECROD argument.
>>From the source of clone-indirect-buffer:
>
>      (pop-to-buffer buffer norecord)
>
> But the signature of pop-to-buffer is:
>
>      (pop-to-buffer BUFFER &optional ACTION NORECORD)

Should be fixed on master now.

Thanks for the report, martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]