* lisp/net/rcirc.el (rcirc-print): Replace misjudged assertion

This commit is contained in:
Philip Kaludercic 2022-11-04 23:06:11 +01:00
parent 44ad422400
commit f3c138bb1a

View file

@ -2066,7 +2066,8 @@ connection."
(set-marker-insertion-type rcirc-prompt-end-marker t)
;; run markup functions
(cl-assert (bolp))
(unless (bolp)
(newline))
(save-excursion
(save-restriction
(narrow-to-region (point) (point))