diff options
| author | Glenn Morris | 2007-11-25 01:58:33 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-25 01:58:33 +0000 |
| commit | 989823ed56cacb1f0a7c5f3331893f32ed13fc37 (patch) | |
| tree | d1d92536380cad675e435519b85fdf0a2050e69a | |
| parent | 49433569a05aff159e270c1c1858bb65e351a3a1 (diff) | |
| download | emacs-989823ed56cacb1f0a7c5f3331893f32ed13fc37.tar.gz emacs-989823ed56cacb1f0a7c5f3331893f32ed13fc37.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 60301eae597..7468e41b199 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | 2007-11-25 Glenn Morris <rgm@gnu.org> | 1 | 2007-11-25 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * eshell/esh-maint.el (top-level): Move provide statement to the | 3 | * eshell/esh-maint.el (top-level): Use require with NOERROR for |
| 4 | end of the file. Use require with NOERROR for pcomplete. Don't | 4 | pcomplete. Don't mess with load-path. |
| 5 | mess with load-path. | ||
| 6 | 5 | ||
| 7 | * eshell/eshell.el (eshell-report-bug-address): Remove. | 6 | * eshell/eshell.el (eshell-report-bug-address): Remove. |
| 8 | (eshell-report-bug): Redefine as an alias for report-emacs-bug. | 7 | (eshell-report-bug): Redefine as an alias for report-emacs-bug. |