comparison lisp/ChangeLog @ 3722:a0adf5f08c44

[xemacs-hg @ 2006-12-05 08:20:54 by michaels] 2006-11-30 Mike Sperber <mike@xemacs.org> * fileio.c (Finsert_file_contents_internal): Don't call the file-name handler for `insert-file-contents' from here, which is too late. Instead, do it from Lisp.SSper 2006-11-30 Mike Sperber <mike@xemacs.org> * code-files.el (insert-file-contents): Call the file-name handler from Lisp, not from `insert-file-contents-internal', which is too late.
author michaels
date Tue, 05 Dec 2006 08:21:03 +0000
parents cee87f8de64b
children 1fe680cefdb7
comparison
equal deleted inserted replaced
3721:7611e12bc882 3722:a0adf5f08c44
1 2006-11-30 Mike Sperber <mike@xemacs.org>
2
3 * code-files.el (insert-file-contents): Call the file-name handler
4 from Lisp, not from `insert-file-contents-internal', which is too late.
5
1 2006-11-28 Mike Sperber <mike@xemacs.org> 6 2006-11-28 Mike Sperber <mike@xemacs.org>
2 7
3 * files.el (revert-buffer-internal): Determine the coding system 8 * files.el (revert-buffer-internal): Determine the coding system
4 while still in the original buffer, rather than the new one. 9 while still in the original buffer, rather than the new one.
5 10