emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Wed, 24 Nov 2004 22:35:42 -0500

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.307 emacs/src/coding.c:1.308
*** emacs/src/coding.c:1.307    Wed Sep 29 23:40:30 2004
--- emacs/src/coding.c  Thu Nov 25 03:18:31 2004
***************
*** 6040,6045 ****
--- 6040,6047 ----
    eassert (buf->overlays_after == NULL);
  
    set_buffer_internal (buf);
+   /* Don't let Ferase_buffer stumble due to text props.  */
+   specbind (Qinhibit_read_only, Qt);
    /* We must insert the contents of STR as is without
       unibyte<->multibyte conversion.  For that, we adjust the
       multibyteness of the working buffer to that of STR.  */




reply via email to

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