From 35f58ede930834a5bb44aea3434234155e07078b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 1 Feb 1997 20:02:16 +0000 Subject: [PATCH] (dired-guess-shell-alist-default): Make .eps extension act like .ps extension. --- lisp/dired-x.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/dired-x.el b/lisp/dired-x.el index a45c9ad52df..f3d89690555 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -947,11 +947,11 @@ dired." '("\\.shar.Z$" "zcat * | unshar") '("\\.shar.g?z$" "gunzip -qc * | unshar") - '("\\.ps$" "ghostview" "xv" "lpr") - (list "\\.ps.g?z$" "gunzip -qc * | ghostview -" + '("\\.e?ps$" "ghostview" "xv" "lpr") + (list "\\.e?ps.g?z$" "gunzip -qc * | ghostview -" ;; Optional decompression. '(concat "gunzip" (if dired-guess-shell-gzip-quiet " -q"))) - (list "\\.ps.Z$" "zcat * | ghostview -" + (list "\\.e?ps.Z$" "zcat * | ghostview -" ;; Optional conversion to gzip format. '(concat "znew" (if dired-guess-shell-gzip-quiet " -q") " " dired-guess-shell-znew-switches)) -- 2.39.5