X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/37d2e431f35492c14510f9960cac94c2f21b6ecb..6a92d676c45b440fe47f0c74db028883c14bc999:/lisp/jka-cmpr-hook.el?ds=sidebyside diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el index 851bceccf3..315ff5ebbd 100644 --- a/lisp/jka-cmpr-hook.el +++ b/lisp/jka-cmpr-hook.el @@ -1,10 +1,10 @@ ;;; jka-cmpr-hook.el --- preloaded code to enable jka-compr.el -;; Copyright (C) 1993-1995, 1997, 1999-2000, 2002-2013 Free Software -;; Foundation, Inc. +;; Copyright (C) 1993-1995, 1997, 1999-2000, 2002-2014 +;; Free Software Foundation, Inc. -;; Author: jka@ece.cmu.edu (Jay K. Adams) -;; Maintainer: FSF +;; Author: Jay K. Adams +;; Maintainer: emacs-devel@gnu.org ;; Keywords: data ;; Package: emacs @@ -308,7 +308,7 @@ variables. Setting this through Custom does that automatically." (defcustom jka-compr-mode-alist-additions (purecopy '(("\\.tgz\\'" . tar-mode) ("\\.tbz2?\\'" . tar-mode) - ("\\.txz\\'" . 'tar-mode))) + ("\\.txz\\'" . tar-mode))) "List of pairs added to `auto-mode-alist' when installing jka-compr. Uninstalling jka-compr removes all pairs from `auto-mode-alist' that installing added. @@ -318,6 +318,7 @@ already enabled \(as it is by default), you have to call `jka-compr-update' after setting it to properly update other variables. Setting this through Custom does that automatically." :type '(repeat (cons string symbol)) + :version "24.4" ; add txz :set 'jka-compr-set :group 'jka-compr) @@ -375,7 +376,7 @@ compressed when writing." file-local-copy load)) ;; Turn on the mode. -(when auto-compression-mode (auto-compression-mode 1)) +;(when auto-compression-mode (auto-compression-mode 1)) (provide 'jka-cmpr-hook)