diff options
| author | Glenn Morris | 2008-10-04 20:31:33 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-10-04 20:31:33 +0000 |
| commit | f8dce815d096990f4be2d1b9e9b80da506d25836 (patch) | |
| tree | 4aff226bcc9281529ccc54b53d95e5f5a8a664ad /lisp/ChangeLog | |
| parent | a80a6b030822c104b89d36106b2bbabf74b62c60 (diff) | |
| download | emacs-f8dce815d096990f4be2d1b9e9b80da506d25836.tar.gz emacs-f8dce815d096990f4be2d1b9e9b80da506d25836.zip | |
(make-temp-file): Handle empty `prefix'. (Bug#1081)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 61004dcc163..550d787c753 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-10-04 Glenn Morris <rgm@gnu.org> | 1 | 2008-10-04 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081) | ||
| 4 | |||
| 3 | * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output. | 5 | * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output. |
| 4 | (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046) | 6 | (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046) |
| 5 | 7 | ||