emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112525: * lisp/jka-cmpr-hook.el (jka


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112525: * lisp/jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
Date: Wed, 08 May 2013 21:06:10 -0400
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112525
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-05-08 21:06:10 -0400
message:
  * lisp/jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
  Add :version.
modified:
  lisp/ChangeLog
  lisp/jka-cmpr-hook.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-05-09 00:52:49 +0000
+++ b/lisp/ChangeLog    2013-05-09 01:06:10 +0000
@@ -1,3 +1,8 @@
+2013-05-09  Glenn Morris  <address@hidden>
+
+       * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
+       Add :version.
+
 2013-05-09  Leo Liu  <address@hidden>
 
        * progmodes/octave.el (inferior-octave-completion-at-point):

=== modified file 'lisp/jka-cmpr-hook.el'
--- a/lisp/jka-cmpr-hook.el     2013-02-20 14:30:23 +0000
+++ b/lisp/jka-cmpr-hook.el     2013-05-09 01:06:10 +0000
@@ -308,7 +308,7 @@
 (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 @@
 `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)
 


reply via email to

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