Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
eb08fc1aba
2 changed files with 2 additions and 14 deletions
  1. +2
    -2
      package/base/emacs/emacs.desc
  2. +0
    -12
      package/base/emacs/movemail.patch

+ 2
- 2
package/base/emacs/emacs.desc

@ -35,8 +35,8 @@
[L] GPL
[S] Stable
[V] 21.3
[V] 21.4a
[P] X -?---5---9 122.300
[D] 3869826548 emacs-21.3.tar.gz ftp://ftp.gnu.org/pub/gnu/emacs/
[D] 295788882 emacs-21.4a.tar.gz ftp://ftp.gnu.org/pub/gnu/emacs/

+ 0
- 12
package/base/emacs/movemail.patch

@ -1,12 +0,0 @@
diff -Naur emacs-21.3.orig/lib-src/movemail.c emacs-21.3/lib-src/movemail.c
--- emacs-21.3.orig/lib-src/movemail.c 2002-02-15 12:07:14.000000000 +0000
+++ emacs-21.3/lib-src/movemail.c 2005-02-09 07:44:50.000000000 +0000
@@ -787,7 +787,7 @@
mbx_delimit_begin (mbf);
if (pop_retr (server, i, mbf) != OK)
{
- error (Errmsg, 0, 0);
+ error ("%s", Errmsg, 0);
close (mbfi);
return (1);
}

Loading…
Cancel
Save