diff options
| author | Pavel Janík | 2002-01-05 18:43:58 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-01-05 18:43:58 +0000 |
| commit | 91fc6577b0a09a707a737097c1e6d2563833a098 (patch) | |
| tree | 16bca6682c25a29154d1bea3fdd12de560e10e5f | |
| parent | 590a6e6c11ce070845e234c4bcf5eac8d856fcd1 (diff) | |
| download | emacs-91fc6577b0a09a707a737097c1e6d2563833a098.tar.gz emacs-91fc6577b0a09a707a737097c1e6d2563833a098.zip | |
(eudc-external-viewers): Do not use xv, it is not free.
| -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 @@ | |||
| 1 | ;;; eudc-vars.el --- Emacs Unified Directory Client | 1 | ;;; eudc-vars.el --- Emacs Unified Directory Client |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Oscar Figueiredo <oscar@xemacs.org> | 5 | ;; Author: Oscar Figueiredo <oscar@xemacs.org> |
| 6 | ;; Maintainer: Oscar Figueiredo <oscar@xemacs.org> | 6 | ;; Maintainer: Oscar Figueiredo <oscar@xemacs.org> |
| @@ -281,8 +281,7 @@ attribute values for display." | |||
| 281 | (symbol :tag "Display Function"))) | 281 | (symbol :tag "Display Function"))) |
| 282 | :group 'eudc) | 282 | :group 'eudc) |
| 283 | 283 | ||
| 284 | (defcustom eudc-external-viewers '(("XV" "xv" "-") | 284 | (defcustom eudc-external-viewers '(("ImageMagick" "display" "-") |
| 285 | ("ImageMagick" "display" "-") | ||
| 286 | ("ShowAudio" "showaudio")) | 285 | ("ShowAudio" "showaudio")) |
| 287 | "*A list of viewer program specifications. | 286 | "*A list of viewer program specifications. |
| 288 | Viewers are programs which can be piped a directory attribute value for | 287 | Viewers are programs which can be piped a directory attribute value for |