]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
authorAntoine Levitt <antoine.levitt@gmail.com>
Mon, 28 Feb 2011 07:24:39 +0000 (23:24 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 28 Feb 2011 07:24:39 +0000 (23:24 -0800)
lisp/ChangeLog
lisp/dired-x.el

index 4fe7b7883f30010b7895339ebb359707d514800e..05541c793d98485b3586c09d2d3ecb723ae278d6 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-28  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
+
+       * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
+
 2011-02-28  Juanma Barranquero  <lekktu@gmail.com>
 
        * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
index ce07676fc99e5687be626035fe32e6c86ca6f998..6ed3cd113121bc1c4db77fecdcd59a99d7e0d6fd 100644 (file)
@@ -988,6 +988,8 @@ replace it with a dir-locals-file `./%s'"
    '("\\.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")))