diff options
| author | Michael Kifer | 2002-09-18 04:23:27 +0000 |
|---|---|---|
| committer | Michael Kifer | 2002-09-18 04:23:27 +0000 |
| commit | f3eabcdf400d9a6848cf46973cde07b13d7fbab0 (patch) | |
| tree | f5dcdbaff36ba3985d80f59f74eb604ce5e330e8 /lisp/ChangeLog | |
| parent | bd3c9eb62202f579000c3dad85e3a79003e2beb7 (diff) | |
| download | emacs-f3eabcdf400d9a6848cf46973cde07b13d7fbab0.tar.gz emacs-f3eabcdf400d9a6848cf46973cde07b13d7fbab0.zip | |
2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-hooks.el: Put back the autoloads (for compatibility with XEmacs).
* ediff-init.el: Use defalias instead of fset.
* ediff-util.el: Use defalias instead of fset.
* viper-util.el (viper-chars-in-region): simplification.
* viper.el (viper-emacs-state-mode-list): added modes.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 012ac51a6f5..9009888c364 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu> | ||
| 2 | |||
| 3 | * ediff-hooks.el: Put back the autoloads (for compatibility with XEmacs). | ||
| 4 | |||
| 5 | * ediff-init.el: Use defalias instead of fset. | ||
| 6 | |||
| 7 | * ediff-util.el: Use defalias instead of fset. | ||
| 8 | |||
| 9 | * viper-util.el (viper-chars-in-region): simplification. | ||
| 10 | |||
| 11 | * viper.el (viper-emacs-state-mode-list): added modes. | ||
| 12 | |||
| 1 | 2002-09-18 Miles Bader <miles@gnu.org> | 13 | 2002-09-18 Miles Bader <miles@gnu.org> |
| 2 | 14 | ||
| 3 | * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer' | 15 | * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer' |