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

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

bug#18652: 25.0.50; [PATCH] Add fresh-line


From: Stefan Monnier
Subject: bug#18652: 25.0.50; [PATCH] Add fresh-line
Date: Tue, 07 Oct 2014 10:15:19 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> +  if (!FUNCTIONP (printcharfun) && NILP (Fbolp ()))

`bolp' looks around point in the current buffer.
`printcharfun' may print "anywhere".
IOW this will only work right when printcharfun is current-buffer.


        Stefan





reply via email to

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