aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/eshell.el
diff options
context:
space:
mode:
authorVibhav Pant2020-08-21 14:04:35 +0530
committerVibhav Pant2020-08-21 14:04:35 +0530
commitf0f8d7b82492e741950c363a03b886965c91b1b0 (patch)
tree19b716830b1ebabc0d7d75949c4e6800c0f104ad /lisp/eshell/eshell.el
parent9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff)
parentc818c29771d3cb51875643b2f6c894073e429dd2 (diff)
downloademacs-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.el9
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 ()