emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/mule.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule.el
Date: Fri, 24 Jan 2003 08:28:00 -0500

Index: emacs/lisp/international/mule.el
diff -c emacs/lisp/international/mule.el:1.175 
emacs/lisp/international/mule.el:1.176
*** emacs/lisp/international/mule.el:1.175      Tue Jan 21 21:33:07 2003
--- emacs/lisp/international/mule.el    Fri Jan 24 08:28:00 2003
***************
*** 1899,1907 ****
                   (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)
    "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'."
--- 1899,1906 ----
                   (cons (cons regexp coding-system)
                         network-coding-system-alist)))))))
  
! (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'."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]