diff options
| author | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
| commit | f0f8d7b82492e741950c363a03b886965c91b1b0 (patch) | |
| tree | 19b716830b1ebabc0d7d75949c4e6800c0f104ad /lisp/eshell/eshell.el | |
| parent | 9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff) | |
| parent | c818c29771d3cb51875643b2f6c894073e429dd2 (diff) | |
| download | emacs-feature/native-comp-macos-fixes.tar.gz emacs-feature/native-comp-macos-fixes.zip | |
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
Diffstat (limited to 'lisp/eshell/eshell.el')
| -rw-r--r-- | lisp/eshell/eshell.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el index 5ffb159b575..6698ca45de4 100644 --- a/lisp/eshell/eshell.el +++ b/lisp/eshell/eshell.el | |||
| @@ -384,15 +384,6 @@ corresponding to a successful execution." | |||
| 384 | (set status-var eshell-last-command-status)) | 384 | (set status-var eshell-last-command-status)) |
| 385 | (cadr result)))))) | 385 | (cadr result)))))) |
| 386 | 386 | ||
| 387 | ;;;_* Reporting bugs | ||
| 388 | ;; | ||
| 389 | ;; If you do encounter a bug, on any system, please report | ||
| 390 | ;; it -- in addition to any particular oddities in your configuration | ||
| 391 | ;; -- so that the problem may be corrected for the benefit of others. | ||
| 392 | |||
| 393 | ;;;###autoload | ||
| 394 | (define-obsolete-function-alias 'eshell-report-bug 'report-emacs-bug "23.1") | ||
| 395 | |||
| 396 | ;;; Code: | 387 | ;;; Code: |
| 397 | 388 | ||
| 398 | (defun eshell-unload-all-modules () | 389 | (defun eshell-unload-all-modules () |