emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lib-src/movemail.c [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lib-src/movemail.c [lexbind]
Date: Tue, 14 Oct 2003 19:59:25 -0400

Index: emacs/lib-src/movemail.c
diff -c emacs/lib-src/movemail.c:1.74.4.1 emacs/lib-src/movemail.c:1.74.4.2
*** emacs/lib-src/movemail.c:1.74.4.1   Fri Apr  4 01:19:55 2003
--- emacs/lib-src/movemail.c    Tue Oct 14 19:59:14 2003
***************
*** 129,135 ****
  #endif
  
  #if !defined (MAIL_USE_SYSTEM_LOCK) && !defined (MAIL_USE_MMDF) && \
!       defined (HAVE_LIBMAIL) && defined (HAVE_MAILLOCK_H)
  #include <maillock.h>
  /* We can't use maillock unless we know what directory system mail
     files appear in. */
--- 129,136 ----
  #endif
  
  #if !defined (MAIL_USE_SYSTEM_LOCK) && !defined (MAIL_USE_MMDF) && \
!       (defined (HAVE_LIBMAIL) || defined (HAVE_LIBLOCKFILE)) && \
!         defined (HAVE_MAILLOCK_H)
  #include <maillock.h>
  /* We can't use maillock unless we know what directory system mail
     files appear in. */
***************
*** 227,239 ****
  #endif
        )
      {
-       fprintf (stderr, "Usage: movemail [-p] inbox destfile%s\n",
  #ifdef MAIL_USE_POP
!              " [POP-password]"
  #else
!              ""
  #endif
-              );
        exit (1);
      }
  
--- 228,239 ----
  #endif
        )
      {
  #ifdef MAIL_USE_POP
!       fprintf (stderr, "Usage: movemail [-p] inbox destfile%s\n",
!              " [POP-password]");
  #else
!       fprintf (stderr, "Usage: movemail [-p] inbox destfile%s\n", "");
  #endif
        exit (1);
      }
  
***************
*** 954,956 ****
--- 954,959 ----
  }
  
  #endif /* ! HAVE_STRERROR */
+ 
+ /* arch-tag: 1c323112-41fe-4fe5-8de9-494de631f73f
+    (do not change this comment) */




reply via email to

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