diff options
| author | Michael Kifer | 2008-04-04 07:56:00 +0000 |
|---|---|---|
| committer | Michael Kifer | 2008-04-04 07:56:00 +0000 |
| commit | 1b718df9f2cf8f481cca93205e40ab373809d50c (patch) | |
| tree | 9239c8398bcf040d30df6c288d7009ac4ec5c10b | |
| parent | 2d84cc270a12a939502497ad4d56371e9562a98d (diff) | |
| download | emacs-1b718df9f2cf8f481cca93205e40ab373809d50c.tar.gz emacs-1b718df9f2cf8f481cca93205e40ab373809d50c.zip | |
typo fixes in my record
2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d7539e35d91..eb55c12bf2a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -19,10 +19,10 @@ | |||
| 19 | (ediff-destroy-control-frame): do not skip frames if working in a | 19 | (ediff-destroy-control-frame): do not skip frames if working in a |
| 20 | single frame. | 20 | single frame. |
| 21 | 21 | ||
| 22 | * emulation/viper-ex.el: move provide's forward, prevent ecursion in | 22 | * emulation/viper-ex.el: move provide's forward, prevent recursion in |
| 23 | eval-when-compile. | 23 | eval-when-compile. |
| 24 | 24 | ||
| 25 | * emulation/viper-util.el: move provide's forward, prevent ecursion in | 25 | * emulation/viper-util.el: move provide's forward, prevent recursion in |
| 26 | eval-when-compile. | 26 | eval-when-compile. |
| 27 | 27 | ||
| 28 | 2008-04-04 Glenn Morris <rgm@gnu.org> | 28 | 2008-04-04 Glenn Morris <rgm@gnu.org> |