From: Kenichi Handa Date: Fri, 24 Jan 2003 13:28:00 +0000 (+0000) Subject: (decode-coding-inserted-region): Renamed X-Git-Tag: ttn-vms-21-2-B4~11505 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db046b7d3a05ace4d6d2431695018f7de231710c;p=emacs.git (decode-coding-inserted-region): Renamed from decode-coding-region-as-inserted-from-file to make it fit well in the Lisp manual. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index aa14f442bd0..c2c53f5b042 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -1899,9 +1899,8 @@ or a function symbol which, when called, returns such a cons cell." (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'."