diff options
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-util.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index 377fd6b08e4..01699d8ed85 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el | |||
| @@ -536,14 +536,6 @@ list." | |||
| 536 | (eshell-read-hosts eshell-hosts-file 'eshell-host-names | 536 | (eshell-read-hosts eshell-hosts-file 'eshell-host-names |
| 537 | 'eshell-host-timestamp))) | 537 | 'eshell-host-timestamp))) |
| 538 | 538 | ||
| 539 | (unless (fboundp 'line-end-position) | ||
| 540 | (defsubst line-end-position (&optional N) | ||
| 541 | (save-excursion (end-of-line N) (point)))) | ||
| 542 | |||
| 543 | (unless (fboundp 'line-beginning-position) | ||
| 544 | (defsubst line-beginning-position (&optional N) | ||
| 545 | (save-excursion (beginning-of-line N) (point)))) | ||
| 546 | |||
| 547 | (unless (fboundp 'subst-char-in-string) | 539 | (unless (fboundp 'subst-char-in-string) |
| 548 | (defun subst-char-in-string (fromchar tochar string &optional inplace) | 540 | (defun subst-char-in-string (fromchar tochar string &optional inplace) |
| 549 | "Replace FROMCHAR with TOCHAR in STRING each time it occurs. | 541 | "Replace FROMCHAR with TOCHAR in STRING each time it occurs. |
| @@ -802,5 +794,4 @@ gid format. Valid values are 'string and 'integer, defaulting to | |||
| 802 | 794 | ||
| 803 | (provide 'esh-util) | 795 | (provide 'esh-util) |
| 804 | 796 | ||
| 805 | ;; arch-tag: 70159778-5c7a-480a-bae4-3ad332fca19d | ||
| 806 | ;;; esh-util.el ends here | 797 | ;;; esh-util.el ends here |