diff options
| author | Glenn Morris | 2007-11-27 04:12:21 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-27 04:12:21 +0000 |
| commit | 538f2308f7881552a5fa8651b4ee6aee9a2f87fe (patch) | |
| tree | 91b048f449bc76da6a2e3ca5d10872b54d11c8f2 | |
| parent | ba40adb479a7589e626082dbb9bbc0f2970ec410 (diff) | |
| download | emacs-538f2308f7881552a5fa8651b4ee6aee9a2f87fe.tar.gz emacs-538f2308f7881552a5fa8651b4ee6aee9a2f87fe.zip | |
(eshell-report-bug): Add version number of obsolescence.
| -rw-r--r-- | lisp/eshell/eshell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el index 721fa7ebbe4..8ee925c23cd 100644 --- a/lisp/eshell/eshell.el +++ b/lisp/eshell/eshell.el | |||
| @@ -458,7 +458,7 @@ corresponding to a successful execution." | |||
| 458 | ;; -- so that the problem may be corrected for the benefit of others. | 458 | ;; -- so that the problem may be corrected for the benefit of others. |
| 459 | 459 | ||
| 460 | ;;;###autoload | 460 | ;;;###autoload |
| 461 | (define-obsolete-function-alias 'eshell-report-bug 'report-emacs-bug) | 461 | (define-obsolete-function-alias 'eshell-report-bug 'report-emacs-bug "23.1") |
| 462 | 462 | ||
| 463 | ;;; Code: | 463 | ;;; Code: |
| 464 | 464 | ||