emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c
Date: Mon, 20 Mar 2006 06:22:55 +0000

Index: emacs/src/xfns.c
diff -u emacs/src/xfns.c:1.663 emacs/src/xfns.c:1.664
--- emacs/src/xfns.c:1.663      Sun Mar 12 01:37:33 2006
+++ emacs/src/xfns.c    Mon Mar 20 06:22:55 2006
@@ -788,12 +788,9 @@
     FRAME_PTR f;
     Lisp_Object file;
 {
-  struct gcpro gcpro1;
   int result = 0;
   Lisp_Object found;
 
-  GCPRO1 (found);
-
   found = x_find_image_file (file);
 
   if (! NILP (found))




reply via email to

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