emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103450: * lisp/dired-x.el (dired-gue


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103450: * lisp/dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
Date: Sun, 27 Feb 2011 23:24:39 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103450
author: Antoine Levitt <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2011-02-27 23:24:39 -0800
message:
  * lisp/dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
modified:
  lisp/ChangeLog
  lisp/dired-x.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-02-28 04:24:40 +0000
+++ b/lisp/ChangeLog    2011-02-28 07:24:39 +0000
@@ -1,3 +1,7 @@
+2011-02-28  Antoine Levitt  <address@hidden>  (tiny change)
+
+       * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
+
 2011-02-28  Juanma Barranquero  <address@hidden>
 
        * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):

=== modified file 'lisp/dired-x.el'
--- a/lisp/dired-x.el   2011-02-24 03:59:04 +0000
+++ b/lisp/dired-x.el   2011-02-28 07:24:39 +0000
@@ -988,6 +988,8 @@
    '("\\.lzh$" "lharc x")
    '("\\.arc$" "arc x")
    '("\\.shar$" "unshar")
+   '("\\.rar$" "unrar x")
+   '("\\.7z$" "7z x")
 
    ;; Compression.
    (list "\\.g?z$" '(concat "gunzip" (if dired-guess-shell-gzip-quiet " -q")))


reply via email to

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