diff options
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index c86e3cc002c..4f94934fccd 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el | |||
| @@ -537,7 +537,7 @@ Putting this function on `eshell-pre-command-hook' will mimic Plan 9's | |||
| 537 | (eshell-interactive-output-filter nil string))) | 537 | (eshell-interactive-output-filter nil string))) |
| 538 | 538 | ||
| 539 | (defsubst eshell-begin-on-new-line () | 539 | (defsubst eshell-begin-on-new-line () |
| 540 | "This function outputs a newline if not at beginning of line." | 540 | "Print a newline if not at beginning of line." |
| 541 | (save-excursion | 541 | (save-excursion |
| 542 | (goto-char eshell-last-output-end) | 542 | (goto-char eshell-last-output-end) |
| 543 | (or (bolp) | 543 | (or (bolp) |