diff options
author | Richard M. Stallman <rms@gnu.org> | 2000-12-28 18:01:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2000-12-28 18:01:33 +0000 |
commit | ccdd9d5700aeea143024976b12068d823e5b89d9 (patch) | |
tree | f8a6529db219f497448cd0c02654d786196ea1e9 | |
parent | cbe3ad7a72d9a3faef4c9a33be476f1c012ce951 (diff) | |
download | emacs-ccdd9d5700aeea143024976b12068d823e5b89d9.tar.gz |
(dired-guess-shell-alist-default): Use xpdf instead of acroread.
-rw-r--r-- | lisp/dired-x.el | 2 |
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." '("\\.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//") |