]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-guess-shell-alist-default): Suggest xv
authorGerd Moellmann <gerd@gnu.org>
Sun, 9 Jan 2000 17:19:23 +0000 (17:19 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 9 Jan 2000 17:19:23 +0000 (17:19 +0000)
for .png files.

lisp/ChangeLog
lisp/dired-x.el

index a21442427af50d1b8febca4c6f5dfc3909c2b3c8..e9d6dfa83d649a14cb942f1ba403b7fae5e678d4 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-09  Stephen Eglen  <stephen@gnu.org>
+
+       * dired-x.el (dired-guess-shell-alist-default): Suggest xv 
+       for .png files.
+
 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
 
        * cus-edit.el (custom-hook-convert-widget): Fix comment.
index 808dc3b5dc87ae285fdd43fd7ee5ddd8161181c4..035ca56f3687bca670e34e4e85c2f42e6d062324 100644 (file)
@@ -994,6 +994,7 @@ dired."
    '("\\.p[bgpn]m$" "xv")
    '("\\.gif$" "xv")                    ; view gif pictures
    '("\\.tif$" "xv")
+   '("\\.png$" "xv")
    '("\\.jpg$" "xv")
    '("\\.fig$" "xfig")                  ; edit fig pictures
    '("\\.out$" "xgraph")                ; for plotting purposes.