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, 24 Feb 2003 21:24:53 -0500

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.413 emacs/src/buffer.c:1.414
*** emacs/src/buffer.c:1.413    Mon Feb 10 02:43:03 2003
--- emacs/src/buffer.c  Mon Feb 24 21:24:53 2003
***************
*** 2288,2293 ****
--- 2288,2294 ----
    if (!modified_p && !NILP (Fbuffer_modified_p (Qnil)))
      Fset_buffer_modified_p (Qnil);
  
+ #ifdef subprocesses
    /* Update coding systems of this buffer's process (if any).  */
    {
      Lisp_Object process;
***************
*** 2296,2301 ****
--- 2297,2303 ----
      if (PROCESSP (process))
        setup_process_coding_systems (process);
    }
+ #endif        /* subprocesses */
  
    return flag;
  }




reply via email to

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