mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(dired-guess-shell-alist-default): Suggest xv
for .png files.
This commit is contained in:
parent
3c708e9898
commit
b950abb185
2 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue