diff options
| author | Lars Magne Ingebrigtsen | 2011-07-14 00:22:08 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-14 00:22:08 +0200 |
| commit | bd2fcc8d5cb29bfce6a4f30c8aa42feb3b24706f (patch) | |
| tree | a1d6033b3241abc962f78135a168c13034f61b33 /lisp/ChangeLog | |
| parent | bee0fcef3d9c332b9907369b4e6f6f61d6fbdf35 (diff) | |
| download | emacs-bd2fcc8d5cb29bfce6a4f30c8aa42feb3b24706f.tar.gz emacs-bd2fcc8d5cb29bfce6a4f30c8aa42feb3b24706f.zip | |
(make-directory): Clarify that an error will be raised if there's an error
Fixes: debbugs:6387
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 17cbc948536..00a48ff73c1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -8,6 +8,9 @@ | |||
| 8 | 8 | ||
| 9 | 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | 9 | 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 10 | 10 | ||
| 11 | * files.el (make-directory): Clarify that an error will be raised | ||
| 12 | if there's an error (bug#6397). | ||
| 13 | |||
| 11 | * startup.el (initial-buffer-choice): Add `none' as a choice | 14 | * startup.el (initial-buffer-choice): Add `none' as a choice |
| 12 | (bug#6234). | 15 | (bug#6234). |
| 13 | 16 | ||