projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44ad422
)
* lisp/net/rcirc.el (rcirc-print): Replace misjudged assertion
author
Philip Kaludercic
<philipk@posteo.net>
Fri, 4 Nov 2022 22:06:11 +0000
(23:06 +0100)
committer
Philip Kaludercic
<philipk@posteo.net>
Fri, 4 Nov 2022 23:07:07 +0000
(
00:07
+0100)
lisp/net/rcirc.el
patch
|
blob
|
history
diff --git
a/lisp/net/rcirc.el
b/lisp/net/rcirc.el
index b7eeab1735f0f6ddcdbf545bb9eb12b99167fa44..370f388b3e705bd5896d450038ec5c6a378d2924 100644
(file)
--- a/
lisp/net/rcirc.el
+++ b/
lisp/net/rcirc.el
@@
-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))