Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4382:12ff8dc2b57e
Create the containing directory for the custom and init files if necessary.
2008-01-03 Aidan Kehoe <kehoea@parhasard.net>
* cus-edit.el (custom-save-all):
If the directory containing the custom file doesn't exist, try to
create it. Fixes Nick's Crabtree's bug of
5fb265820712140145w512fa3bbh355cf76f7e2cf792@mail.gmail.com ;
thank you Nick.
* menubar-items.el (default-menubar):
In the code to edit the user's init file, try to create the
containing directory if it doesn't exist.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 03 Jan 2008 12:45:44 +0100 |
parents | 461fdb92f3b6 |
children | c7e65155cb35 |
comparison
equal
deleted
inserted
replaced
4381:3906442b491b | 4382:12ff8dc2b57e |
---|---|
1 2008-01-03 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cus-edit.el (custom-save-all): | |
4 If the directory containing the custom file doesn't exist, try to | |
5 create it. Fixes Nick's Crabtree's bug of | |
6 5fb265820712140145w512fa3bbh355cf76f7e2cf792@mail.gmail.com ; | |
7 thank you Nick. | |
8 * menubar-items.el (default-menubar): | |
9 In the code to edit the user's init file, try to create the | |
10 containing directory if it doesn't exist. | |
11 | |
1 2008-01-02 Aidan Kehoe <kehoea@parhasard.net> | 12 2008-01-02 Aidan Kehoe <kehoea@parhasard.net> |
2 | 13 |
3 * gtk-init.el (init-post-gtk-win): | 14 * gtk-init.el (init-post-gtk-win): |
4 Trust the X11 code to give us decent default fonts. | 15 Trust the X11 code to give us decent default fonts. |
5 | 16 |