changeset 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 efcf674b14dd
children 9ab0a4464ac9
files lisp/international/mule.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
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'."