1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(dired-guess-shell-alist-default): Suggest xv

for .png files.
This commit is contained in:
Gerd Moellmann 2000-01-09 17:19:23 +00:00
parent 3c708e9898
commit b950abb185
2 changed files with 6 additions and 0 deletions

View 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.

View 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.