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,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/coding.c,v
Date: Sat, 29 Jul 2006 22:03:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/07/29 22:03:14

Index: coding.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/coding.c,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -b -r1.343 -r1.344
--- coding.c    29 Jul 2006 10:59:50 -0000      1.343
+++ coding.c    29 Jul 2006 22:03:14 -0000      1.344
@@ -7539,6 +7539,9 @@
            return Fcons (val, val);
          if (! NILP (Ffboundp (val)))
            {
+             /* We use call1 rather than safe_call1
+                so as to get bug reports about functions called here
+                which don't handle the current interface.  */
              val = call1 (val, Flist (nargs, args));
              if (CONSP (val))
                return val;




reply via email to

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