diff options
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 () |