]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-guess-shell-alist-default): Use xpdf instead of acroread.
authorRichard M. Stallman <rms@gnu.org>
Thu, 28 Dec 2000 18:01:33 +0000 (18:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 28 Dec 2000 18:01:33 +0000 (18:01 +0000)
lisp/dired-x.el

index 63d51c7716fb196fc5e1ae24c376adc690c3b2fa..949877720f5f0a7712bfd110dd994606e656b286 100644 (file)
@@ -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//")