emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master d82e73f: Handle 'unbound' like nil for 'window-


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master d82e73f: Handle 'unbound' like nil for 'window-point-insertion-type' (Bug#33871)
Date: Tue, 01 Jan 2019 23:22:32 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>     * src/window.c (save_window_save): When setting the marker
>     insertion type of saved window points treat a buffer local
>     value of 'unbound' for 'window-point-insertion-type' like
>     nil (Bug#33871).

I think treating it like nil is technically incorrect: instead of nil it
should use the global value of the variable (like Fbuffer_local_value would).


        Stefan



reply via email to

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