summaryrefslogtreecommitdiff
path: root/app-editors/emacs/files/emacs-23.0.94-handle-xz-suffix.patch
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-11-09 22:16:16 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-11-09 22:16:16 +0100
commitea422c93badcd1116b2349d152ab7ac875a8958c (patch)
tree188667568a2dedb638d34c87891b4adfc2b7b9b9 /app-editors/emacs/files/emacs-23.0.94-handle-xz-suffix.patch
parent9fef58947148cf919b4a26adae279e340af629cf (diff)
downloadoverlay-ea422c93badcd1116b2349d152ab7ac875a8958c.tar.gz
overlay-ea422c93badcd1116b2349d152ab7ac875a8958c.tar.bz2
overlay-ea422c93badcd1116b2349d152ab7ac875a8958c.zip
Emacs stuff now in Portage
Diffstat (limited to 'app-editors/emacs/files/emacs-23.0.94-handle-xz-suffix.patch')
-rw-r--r--app-editors/emacs/files/emacs-23.0.94-handle-xz-suffix.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-editors/emacs/files/emacs-23.0.94-handle-xz-suffix.patch b/app-editors/emacs/files/emacs-23.0.94-handle-xz-suffix.patch
deleted file mode 100644
index 9345cea..0000000
--- a/app-editors/emacs/files/emacs-23.0.94-handle-xz-suffix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Automatically handle .xz suffix (XZ-compressed files)
-From Jim Meyering <meyering@redhat.com> on emacs-devel
-
---- a/lisp/jka-cmpr-hook.el
-+++ b/lisp/jka-cmpr-hook.el
-@@ -219,6 +219,10 @@ options through Custom does this automatically."
- "compressing" "gzip" ("-c" "-q")
- "uncompressing" "gzip" ("-c" "-q" "-d")
- t t "\037\213"]
-+ ["\\.xz\\(~\\|\\.~[0-9]+~\\)?\\'"
-+ "XZ compressing" "xz" ("-c" "-q")
-+ "XZ uncompressing" "xz" ("-c" "-q" "-d")
-+ t t "\3757zXZ\0"]
- ;; dzip is gzip with random access. Its compression program can't
- ;; read/write stdin/out, so .dz files can only be viewed without
- ;; saving, having their contents decompressed with gzip.