diff options
| author | Stefan Monnier | 2010-03-24 14:02:56 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-03-24 14:02:56 -0400 |
| commit | e867cb5d30200dd696b012e1ad0964d25c2a7ecc (patch) | |
| tree | 3340026420f168909eaa734232e4890e15bc1626 /lisp/eshell/em-basic.el | |
| parent | b2b8574b8d03673f5673e2154d17c2cb80f59a0b (diff) | |
| parent | efee6a6d9cec2af824b8355c93d8f47b72a685a8 (diff) | |
| download | emacs-e867cb5d30200dd696b012e1ad0964d25c2a7ecc.tar.gz emacs-e867cb5d30200dd696b012e1ad0964d25c2a7ecc.zip | |
Merge from `emacs-23'.
Diffstat (limited to 'lisp/eshell/em-basic.el')
| -rw-r--r-- | lisp/eshell/em-basic.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-basic.el b/lisp/eshell/em-basic.el index 775b67a3fa3..a4074011f58 100644 --- a/lisp/eshell/em-basic.el +++ b/lisp/eshell/em-basic.el | |||
| @@ -125,7 +125,7 @@ or `eshell-printn' for display." | |||
| 125 | (eshell-echo args output-newline))) | 125 | (eshell-echo args output-newline))) |
| 126 | 126 | ||
| 127 | (defun eshell/printnl (&rest args) | 127 | (defun eshell/printnl (&rest args) |
| 128 | "Print out each of the argument, separated by newlines." | 128 | "Print out each of the arguments, separated by newlines." |
| 129 | (let ((elems (eshell-flatten-list args))) | 129 | (let ((elems (eshell-flatten-list args))) |
| 130 | (while elems | 130 | (while elems |
| 131 | (eshell-printn (eshell-echo (list (car elems)))) | 131 | (eshell-printn (eshell-echo (list (car elems)))) |