emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/gtkutil.c,v [EMACS_22_BASE]


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c,v [EMACS_22_BASE]
Date: Fri, 14 Sep 2007 06:20:01 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Jan Djärv <jhd>        07/09/14 06:20:01

Index: gtkutil.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/gtkutil.c,v
retrieving revision 1.106.2.7
retrieving revision 1.106.2.8
diff -u -b -r1.106.2.7 -r1.106.2.8
--- gtkutil.c   12 Sep 2007 17:17:59 -0000      1.106.2.7
+++ gtkutil.c   14 Sep 2007 06:20:00 -0000      1.106.2.8
@@ -1412,8 +1412,8 @@
     {
       Lisp_Object file;
       struct gcpro gcpro1;
-      GCPRO1 (file);
       char *utf8_filename;
+      GCPRO1 (file);
 
       file = build_string (default_filename);
 




reply via email to

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