emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Mon, 10 Feb 2003 02:43:04 -0500

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.412 emacs/src/buffer.c:1.413
*** emacs/src/buffer.c:1.412    Tue Feb  4 09:03:11 2003
--- emacs/src/buffer.c  Mon Feb 10 02:43:03 2003
***************
*** 2288,2293 ****
--- 2288,2302 ----
    if (!modified_p && !NILP (Fbuffer_modified_p (Qnil)))
      Fset_buffer_modified_p (Qnil);
  
+   /* Update coding systems of this buffer's process (if any).  */
+   {
+     Lisp_Object process;
+ 
+     process = Fget_buffer_process (Fcurrent_buffer ());
+     if (PROCESSP (process))
+       setup_process_coding_systems (process);
+   }
+ 
    return flag;
  }
  




reply via email to

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