diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-05 18:43:58 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-05 18:43:58 +0000 |
commit | 91fc6577b0a09a707a737097c1e6d2563833a098 (patch) | |
tree | 16bca6682c25a29154d1bea3fdd12de560e10e5f /lisp/net/eudc-vars.el | |
parent | 590a6e6c11ce070845e234c4bcf5eac8d856fcd1 (diff) | |
download | emacs-91fc6577b0a09a707a737097c1e6d2563833a098.tar.gz |
(eudc-external-viewers): Do not use xv, it is not free.
Diffstat (limited to 'lisp/net/eudc-vars.el')
-rw-r--r-- | lisp/net/eudc-vars.el | 5 |
1 files 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 <oscar@xemacs.org> ;; Maintainer: Oscar Figueiredo <oscar@xemacs.org> @@ -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 |