]> git.eshelyaron.com Git - emacs.git/commit
Allow Fline_number_at_pos being called with a marker
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 7 Feb 2021 15:42:25 +0000 (16:42 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 7 Feb 2021 15:42:25 +0000 (16:42 +0100)
commit5461808c40ea5baeade203c0a4cc8200855eb00c
treec887c1f9208df20d15fba00ae196ef774ce483d7
parent56e76f0eb00d92b49ddd5757d0a68d09dc522d39
Allow Fline_number_at_pos being called with a marker

* src/fns.c (Fline_number_at_pos): Also allow being called with a
marker (since the Lisp function allowed that).
src/fns.c