[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/coding.c
From: |
Ken Raeburn |
Subject: |
[Emacs-diffs] Changes to emacs/src/coding.c |
Date: |
Thu, 08 Aug 2002 12:59:15 -0400 |
Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.253 emacs/src/coding.c:1.254
*** emacs/src/coding.c:1.253 Thu Aug 8 08:34:27 2002
--- emacs/src/coding.c Thu Aug 8 12:59:15 2002
***************
*** 6884,6890 ****
if (EQ (operation, Qwrite_region)
&& nargs > 5
&& STRINGP (args[5]))
! target_idx = 4;
target = args[XINT (target_idx) + 1];
if (!(STRINGP (target)
|| (EQ (operation, Qopen_network_stream) && INTEGERP (target))))
--- 6884,6890 ----
if (EQ (operation, Qwrite_region)
&& nargs > 5
&& STRINGP (args[5]))
! target_idx = make_number (4);
target = args[XINT (target_idx) + 1];
if (!(STRINGP (target)
|| (EQ (operation, Qopen_network_stream) && INTEGERP (target))))
- [Emacs-diffs] Changes to emacs/src/coding.c, Kenichi Handa, 2002/08/08
- [Emacs-diffs] Changes to emacs/src/coding.c, Kenichi Handa, 2002/08/08
- [Emacs-diffs] Changes to emacs/src/coding.c, Kenichi Handa, 2002/08/08
- [Emacs-diffs] Changes to emacs/src/coding.c,
Ken Raeburn <=
- [Emacs-diffs] Changes to emacs/src/coding.c, Kenichi Handa, 2002/08/10
- [Emacs-diffs] Changes to emacs/src/coding.c, Gerd Moellmann, 2002/08/13
- [Emacs-diffs] Changes to emacs/src/coding.c, Stefan Monnier, 2002/08/15
- [Emacs-diffs] Changes to emacs/src/coding.c, Kenichi Handa, 2002/08/21