From 91fc6577b0a09a707a737097c1e6d2563833a098 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 5 Jan 2002 18:43:58 +0000 Subject: [PATCH] (eudc-external-viewers): Do not use xv, it is not free. --- lisp/net/eudc-vars.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/net/eudc-vars.el b/lisp/net/eudc-vars.el index 94c9a71eb0f..4efc3ce95b0 100644 --- a/lisp/net/eudc-vars.el +++ b/lisp/net/eudc-vars.el @@ -1,6 +1,6 @@ ;;; eudc-vars.el --- Emacs Unified Directory Client -;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc. ;; Author: Oscar Figueiredo ;; Maintainer: Oscar Figueiredo @@ -281,8 +281,7 @@ attribute values for display." (symbol :tag "Display Function"))) :group 'eudc) -(defcustom eudc-external-viewers '(("XV" "xv" "-") - ("ImageMagick" "display" "-") +(defcustom eudc-external-viewers '(("ImageMagick" "display" "-") ("ShowAudio" "showaudio")) "*A list of viewer program specifications. Viewers are programs which can be piped a directory attribute value for -- 2.39.5