diff 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
line wrap: on
line diff
--- a/lisp/international/mule.el	Fri Jan 24 13:27:07 2003 +0000
+++ b/lisp/international/mule.el	Fri Jan 24 13:28:00 2003 +0000
@@ -1899,9 +1899,8 @@
 		   (cons (cons regexp coding-system)
 			 network-coding-system-alist)))))))
 
-(defun decode-coding-region-as-inserted-from-file (from to filename
-							&optional
-							visit beg end replace)
+(defun decode-coding-inserted-region (from to filename
+					   &optional visit beg end replace)
   "Decode the region between FROM and TO as if it is read from file FILENAME.
 Optional arguments VISIT, BEG, END, and REPLACE are the same as those
 of the function `insert-file-contents'."