# HG changeset patch # User Richard M. Stallman # Date 978026493 0 # Node ID 68da3eeeab964ee446c82aacfb24abc669cbe393 # Parent 753fec5bba1acaf9452c5ba5214e147d111ec436 (dired-guess-shell-alist-default): Use xpdf instead of acroread. diff -r 753fec5bba1a -r 68da3eeeab96 lisp/dired-x.el --- a/lisp/dired-x.el Thu Dec 28 18:00:57 2000 +0000 +++ b/lisp/dired-x.el Thu Dec 28 18:01:33 2000 +0000 @@ -1000,7 +1000,7 @@ '("\\.out$" "xgraph") ; for plotting purposes. '("\\.tex$" "latex" "tex") '("\\.texi\\(nfo\\)?$" "makeinfo" "texi2dvi") - '("\\.pdf$" "acroread") ; edit PDF files + '("\\.pdf$" "xpdf") ; edit PDF files ;; Some other popular archivers. '("\\.zoo$" "zoo x//")