summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-11-06 22:23:12 +0000
committerUlrich Müller <ulm@gentoo.org>2008-11-06 22:23:12 +0000
commitea71637c54c6af7ef2b674e5c436989d3e08bb16 (patch)
tree7b115f2ef2162970ad09bf3a186cf06e98533d80 /app-emacs/vm/files
parentNew version for GNOME 2.24. Better support for xulrunner 1.9, port to GIO. (diff)
downloadgentoo-2-ea71637c54c6af7ef2b674e5c436989d3e08bb16.tar.gz
gentoo-2-ea71637c54c6af7ef2b674e5c436989d3e08bb16.tar.bz2
gentoo-2-ea71637c54c6af7ef2b674e5c436989d3e08bb16.zip
Version bump, fixes bug 237730. Remove old.
(Portage version: 2.2_rc13/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'app-emacs/vm/files')
-rw-r--r--app-emacs/vm/files/vm-8.0.2.487-proper-charset.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-emacs/vm/files/vm-8.0.2.487-proper-charset.patch b/app-emacs/vm/files/vm-8.0.2.487-proper-charset.patch
deleted file mode 100644
index eb9fb9ee26f1..000000000000
--- a/app-emacs/vm/files/vm-8.0.2.487-proper-charset.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lisp/vm-mime.el~ 2007-07-25 00:21:40.000000000 +0200
-+++ lisp/vm-mime.el 2007-08-26 04:41:18.000000000 +0200
-@@ -1536,7 +1537,7 @@
- (throw 'done nil))))
- ;; Couldn't do any magic with vm-coding-system-priorities. Pass
- ;; back a Japanese iso-2022 MIME character set.
-- (t "iso-2022-jp")))
-+ (t (or vm-mime-8bit-composition-charset "iso-2022-jp"))))
- ;; If we're non-MULE and there are eight bit characters, use a
- ;; sensible default.
- (goto-char (point-min))