emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c,v
Date: Fri, 09 May 2008 22:55:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/05/09 22:55:04

Index: fileio.c
===================================================================
RCS file: /sources/emacs/emacs/src/fileio.c,v
retrieving revision 1.617
retrieving revision 1.618
diff -u -b -r1.617 -r1.618
--- fileio.c    23 Apr 2008 18:19:57 -0000      1.617
+++ fileio.c    9 May 2008 22:55:03 -0000       1.618
@@ -6150,7 +6150,7 @@
   struct gcpro gcpro1, gcpro2;
   Lisp_Object args[7];
 
-  GCPRO2 (insdef, default_filename);
+  GCPRO1 (default_filename);
   args[0] = intern ("read-file-name");
   args[1] = prompt;
   args[2] = dir;




reply via email to

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