From: Richard M. Stallman Date: Thu, 28 Dec 2000 18:01:33 +0000 (+0000) Subject: (dired-guess-shell-alist-default): Use xpdf instead of acroread. X-Git-Tag: emacs-pretest-21.0.95~241 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccdd9d5700aeea143024976b12068d823e5b89d9;p=emacs.git (dired-guess-shell-alist-default): Use xpdf instead of acroread. --- 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//")