emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/lread.c
Date: Tue, 08 Apr 2003 13:10:07 -0400

Index: emacs/src/lread.c
diff -c emacs/src/lread.c:1.312 emacs/src/lread.c:1.313
*** emacs/src/lread.c:1.312     Fri Mar 14 18:04:57 2003
--- emacs/src/lread.c   Tue Apr  8 13:10:07 2003
***************
*** 1121,1128 ****
                  handler = Ffind_file_name_handler (filename, Qfile_exists_p);
             It's not clear why that was the case and it breaks things like
             (load "/bar.el") where the file is actually "/bar.el.gz".  */
-         handler = Ffind_file_name_handler (filename, Qfile_exists_p);
          string = build_string (fn);
          if ((!NILP (handler) || !NILP (predicate)) && !NATNUMP (predicate))
              {
              if (NILP (predicate))
--- 1121,1128 ----
                  handler = Ffind_file_name_handler (filename, Qfile_exists_p);
             It's not clear why that was the case and it breaks things like
             (load "/bar.el") where the file is actually "/bar.el.gz".  */
          string = build_string (fn);
+         handler = Ffind_file_name_handler (string, Qfile_exists_p);
          if ((!NILP (handler) || !NILP (predicate)) && !NATNUMP (predicate))
              {
              if (NILP (predicate))




reply via email to

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