emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/editfns.c


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c
Date: Fri, 17 Jan 2003 07:30:34 -0500

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.348 emacs/src/editfns.c:1.349
*** emacs/src/editfns.c:1.348   Thu Jan 16 19:47:58 2003
--- emacs/src/editfns.c Fri Jan 17 07:30:34 2003
***************
*** 2061,2069 ****
  Any other markers at the point of insertion remain before the text.
  
  If the current buffer is multibyte, unibyte strings are converted
! to multibyte for insertion (see `unibyte-char-to-multibyte').
  If the current buffer is unibyte, multibyte strings are converted
! to unibyte for insertion.
  
  usage: (insert &rest ARGS)  */)
       (nargs, args)
--- 2061,2074 ----
  Any other markers at the point of insertion remain before the text.
  
  If the current buffer is multibyte, unibyte strings are converted
! to multibyte for insertion (see `string-make-multibyte').
  If the current buffer is unibyte, multibyte strings are converted
! to unibyte for insertion (see `string-make-unibyte').
! 
! When operating on binary data, it may be necessary to preserve the
! original bytes of a unibyte string when inserting it into a multibyte
! buffer; to accomplish this, apply `string-as-multibyte' to the string
! and insert the result.
  
  usage: (insert &rest ARGS)  */)
       (nargs, args)




reply via email to

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