Mercurial > emacs
changeset 34915:68da3eeeab96
(dired-guess-shell-alist-default): Use xpdf instead of acroread.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 28 Dec 2000 18:01:33 +0000 |
parents | 753fec5bba1a |
children | e88de604d59f |
files | lisp/dired-x.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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//")