emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Sun, 06 Jul 2003 15:29:48 -0400

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.339 emacs/src/fns.c:1.340
*** emacs/src/fns.c:1.339       Mon Jun  2 14:31:29 2003
--- emacs/src/fns.c     Sun Jul  6 15:29:48 2003
***************
*** 1,5 ****
  /* Random utility Lisp functions.
!    Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 98, 99, 2000, 2001, 2002
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* Random utility Lisp functions.
!    Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 98, 99, 2000, 2001, 02, 2003
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 4748,4760 ****
                  /* Make sure key and value survive.  */
                  if (!key_known_to_survive_p)
                    {
!                     mark_object (&HASH_KEY (h, i));
                      marked = 1;
                    }
  
                  if (!value_known_to_survive_p)
                    {
!                     mark_object (&HASH_VALUE (h, i));
                      marked = 1;
                    }
                }
--- 4748,4760 ----
                  /* Make sure key and value survive.  */
                  if (!key_known_to_survive_p)
                    {
!                     mark_object (HASH_KEY (h, i));
                      marked = 1;
                    }
  
                  if (!value_known_to_survive_p)
                    {
!                     mark_object (HASH_VALUE (h, i));
                      marked = 1;
                    }
                }




reply via email to

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