]> git.eshelyaron.com Git - emacs.git/commit
Handle 'unbound' like nil for 'window-point-insertion-type' (Bug#33871)
authorMartin Rudalics <rudalics@gmx.at>
Sun, 30 Dec 2018 14:47:16 +0000 (15:47 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Sun, 30 Dec 2018 14:47:16 +0000 (15:47 +0100)
commitd82e73f08f8c12cfa144ff2e404a65e8bff1ab2e
tree19d4f25859887f951ab165d541739f2eb7a7855e
parentb0e6ecfc33077fb2dce904d315c8ef24e3649c9b
Handle 'unbound' like nil for 'window-point-insertion-type' (Bug#33871)

* 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).
lisp/window.el
src/window.c