* lisp/net/rcirc.el (rcirc-print): Replace misjudged assertion
This commit is contained in:
parent
44ad422400
commit
f3c138bb1a
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue