aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/em-basic.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell/em-basic.el')
-rw-r--r--lisp/eshell/em-basic.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/eshell/em-basic.el b/lisp/eshell/em-basic.el
index dfbe4db0896..bfff3bdf56e 100644
--- a/lisp/eshell/em-basic.el
+++ b/lisp/eshell/em-basic.el
@@ -132,7 +132,8 @@ or `eshell-printn' for display."
132 ;; bug#27361. 132 ;; bug#27361.
133 (when (equal output-newline '(nil)) 133 (when (equal output-newline '(nil))
134 (display-warning 134 (display-warning
135 :warning "To terminate with a newline, you should use -N instead.")) 135 '(eshell echo)
136 "To terminate with a newline, you should use -N instead."))
136 (eshell-echo args output-newline)))) 137 (eshell-echo args output-newline))))
137 138
138(defun eshell/printnl (&rest args) 139(defun eshell/printnl (&rest args)