Mercurial > emacs
comparison lisp/ChangeLog @ 102365:21c800bf2b35
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 03 Mar 2009 01:58:22 +0000 |
parents | 965102fa40ea |
children | 968d71b7a967 |
comparison
equal
deleted
inserted
replaced
102364:cc888000a97c | 102365:21c800bf2b35 |
---|---|
1 2009-03-03 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * files.el (basic-save-buffer-1): Set car part of | |
4 buffer-file-coding-system-explicit. | |
5 (revert-buffer): Check car part of | |
6 buffer-file-coding-system-explicit. | |
7 | |
8 * international/mule-cmds.el (select-safe-coding-system): If cdr | |
9 part of buffer-file-coding-system-explicit is set, ignore | |
10 default-buffer-file-coding-system and the most preferred coding | |
11 system. | |
12 | |
13 * international/mule.el (set-buffer-file-coding-system): Set cdr | |
14 part of buffer-file-coding-system-explicit. | |
15 (after-insert-file-set-coding): Set | |
16 buffer-file-coding-system-explicit to a cons. | |
17 | |
1 2009-03-02 Glenn Morris <rgm@gnu.org> | 18 2009-03-02 Glenn Morris <rgm@gnu.org> |
2 | 19 |
3 * calendar/calendar.el (diary-date-forms, calendar-date-display-form): | 20 * calendar/calendar.el (diary-date-forms, calendar-date-display-form): |
4 Add :set-after listing variables on which we might depend. | 21 Add :set-after listing variables on which we might depend. |
5 | 22 |