aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/erc/erc.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 1c221a9cb13..971d3f426fc 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -2992,6 +2992,8 @@ for special purposes (see erc-dcc.el).")
2992 2992
2993(defun erc-send-input-line (target line &optional force) 2993(defun erc-send-input-line (target line &optional force)
2994 "Send LINE to TARGET." 2994 "Send LINE to TARGET."
2995 (when (string= line "\n")
2996 (setq line " \n"))
2995 (erc-message "PRIVMSG" (concat target " " line) force)) 2997 (erc-message "PRIVMSG" (concat target " " line) force))
2996 2998
2997(defun erc-get-arglist (fun) 2999(defun erc-get-arglist (fun)