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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Wed, 28 Nov 2001 19:52:55 -0500

Index: emacs/src/fileio.c
diff -u emacs/src/fileio.c:1.429 emacs/src/fileio.c:1.430
--- emacs/src/fileio.c:1.429    Mon Nov 26 17:54:37 2001
+++ emacs/src/fileio.c  Wed Nov 28 19:52:55 2001
@@ -336,9 +336,10 @@
      Lisp_Object filename, operation;
 {
   /* This function must not munge the match data.  */
-  Lisp_Object chain, inhibited_handlers, result = Qnil;
+  Lisp_Object chain, inhibited_handlers, result;
   int pos = -1;
 
+  result = Qnil;
   CHECK_STRING (filename);
 
   if (EQ (operation, Vinhibit_file_name_operation))



reply via email to

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