On Tue 11 Jun 2019 at 09:39, Eli Zaretskii wrote: >> From: npostavs@gmail.com >> Cc: Alex Branham , 35967@debbugs.gnu.org >> Date: Tue, 11 Jun 2019 10:12:12 -0400 >> >> it seems fairly easy to remember that bobp should treat a narrowed >> buffer the same way that beginning-of-buffer will. > > Not for this old curmudgeon, evidently. Here's a new patch that checks for (equal (point) 1) rather than using bobp. OK to push to master? Alex