[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/callproc.c [lexbind]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/src/callproc.c [lexbind] |
Date: |
Wed, 06 Oct 2004 01:42:47 -0400 |
Index: emacs/src/callproc.c
diff -c emacs/src/callproc.c:1.187.2.4 emacs/src/callproc.c:1.187.2.5
*** emacs/src/callproc.c:1.187.2.4 Tue Jul 6 10:17:20 2004
--- emacs/src/callproc.c Wed Oct 6 05:23:56 2004
***************
*** 807,812 ****
--- 807,814 ----
{
detect_coding (&process_coding, bufptr, nread);
if (process_coding.composing != COMPOSITION_DISABLED)
+ /* We have not yet allocated the composition
+ data because the coding type was undecided. */
coding_allocate_composition_data (&process_coding, PT);
}
if (process_coding.cmp_data)
- [Emacs-diffs] Changes to emacs/src/callproc.c [lexbind],
Miles Bader <=