comparison lisp/international/mule.el @ 49417:c0097d579165

(decode-coding-inserted-region): Renamed from decode-coding-region-as-inserted-from-file to make it fit well in the Lisp manual.
author Kenichi Handa <handa@m17n.org>
date Fri, 24 Jan 2003 13:28:00 +0000
parents ed922baa8df3
children 99be3a1e2589
comparison
equal deleted inserted replaced
49416:efcf674b14dd 49417:c0097d579165
1897 (setcdr slot coding-system) 1897 (setcdr slot coding-system)
1898 (setq network-coding-system-alist 1898 (setq network-coding-system-alist
1899 (cons (cons regexp coding-system) 1899 (cons (cons regexp coding-system)
1900 network-coding-system-alist))))))) 1900 network-coding-system-alist)))))))
1901 1901
1902 (defun decode-coding-region-as-inserted-from-file (from to filename 1902 (defun decode-coding-inserted-region (from to filename
1903 &optional 1903 &optional visit beg end replace)
1904 visit beg end replace)
1905 "Decode the region between FROM and TO as if it is read from file FILENAME. 1904 "Decode the region between FROM and TO as if it is read from file FILENAME.
1906 Optional arguments VISIT, BEG, END, and REPLACE are the same as those 1905 Optional arguments VISIT, BEG, END, and REPLACE are the same as those
1907 of the function `insert-file-contents'." 1906 of the function `insert-file-contents'."
1908 (save-excursion 1907 (save-excursion
1909 (save-restriction 1908 (save-restriction