aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/dired-x.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index 63d51c7716f..949877720f5 100644
--- a/lisp/dired-x.el
+++ b/lisp/dired-x.el
@@ -1000,7 +1000,7 @@ dired."
1000 '("\\.out$" "xgraph") ; for plotting purposes. 1000 '("\\.out$" "xgraph") ; for plotting purposes.
1001 '("\\.tex$" "latex" "tex") 1001 '("\\.tex$" "latex" "tex")
1002 '("\\.texi\\(nfo\\)?$" "makeinfo" "texi2dvi") 1002 '("\\.texi\\(nfo\\)?$" "makeinfo" "texi2dvi")
1003 '("\\.pdf$" "acroread") ; edit PDF files 1003 '("\\.pdf$" "xpdf") ; edit PDF files
1004 1004
1005 ;; Some other popular archivers. 1005 ;; Some other popular archivers.
1006 '("\\.zoo$" "zoo x//") 1006 '("\\.zoo$" "zoo x//")