diff options
| author | Martin Rudalics | 2008-12-31 15:44:25 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-12-31 15:44:25 +0000 |
| commit | 4dc1abebf93ec8bc60eacd830eb333355980ab1e (patch) | |
| tree | d3f260c7b5594690db9d615e7f6a26394722adf4 /lisp/ChangeLog | |
| parent | f5497e458ada626917620248ec1238dc44fa7fd1 (diff) | |
| download | emacs-4dc1abebf93ec8bc60eacd830eb333355980ab1e.tar.gz emacs-4dc1abebf93ec8bc60eacd830eb333355980ab1e.zip | |
(last-buffer): Don't set major mode of *scratch* if
that buffer exists already. Rewrite doc-string.
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 afd073f1216..fa46fdcf7d3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-12-31 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * simple.el (last-buffer): Don't set major mode of *scratch* if | ||
| 4 | that buffer exists already. Rewrite doc-string. | ||
| 5 | |||
| 1 | 2008-12-31 Andreas Schwab <schwab@suse.de> | 6 | 2008-12-31 Andreas Schwab <schwab@suse.de> |
| 2 | 7 | ||
| 3 | * tar-mode.el (tar-mode): Set write-contents-functions instead of | 8 | * tar-mode.el (tar-mode): Set write-contents-functions instead of |