diff options
| author | Simon Josefsson | 2004-01-05 18:17:41 +0000 |
|---|---|---|
| committer | Simon Josefsson | 2004-01-05 18:17:41 +0000 |
| commit | 3c3b81d190d9c1ada2dbc4926ec9a18e119463b2 (patch) | |
| tree | 7cbaa088db6e2a1c388b8b85fe528b5dd8294803 /lisp/ChangeLog | |
| parent | 61e938eb8bc86570c2d86ba23c67300145f85181 (diff) | |
| download | emacs-3c3b81d190d9c1ada2dbc4926ec9a18e119463b2.tar.gz emacs-3c3b81d190d9c1ada2dbc4926ec9a18e119463b2.zip | |
(before-save-hook): Add.
(basic-save-buffer): Use before-save-hook.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9a07b135eef..7276ccc1bf9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-12-31 Simon Josefsson <jas@extundo.com> | ||
| 2 | |||
| 3 | * files.el (before-save-hook): Add. | ||
| 4 | (basic-save-buffer): Use before-save-hook. | ||
| 5 | |||
| 1 | 2004-01-05 Richard M. Stallman <rms@gnu.org> | 6 | 2004-01-05 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * finder.el (finder-commentary): Call delete-other-windows. | 8 | * finder.el (finder-commentary): Call delete-other-windows. |