changeset 22575:4d1c88715c55

(dos-ps-printer): Use `other' widget type.
author Andreas Schwab <schwab@suse.de>
date Wed, 24 Jun 1998 08:57:33 +0000
parents 3c7216baafaf
children 3c4fc0e6aa43
files lisp/dos-vars.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dos-vars.el	Wed Jun 24 08:56:46 1998 +0000
+++ b/lisp/dos-vars.el	Wed Jun 24 08:57:33 1998 +0000
@@ -61,7 +61,7 @@
 If the value is anything but a string, PostScript files will be
 piped to the program given by `ps-lpr-command', with switches
 given by `ps-lpr-switches', which see."
-  :type '(choice file (const :tag "Pipe to ps-lpr-command" pipe))
+  :type '(choice file (other :tag "Pipe to ps-lpr-command" pipe))
   :group 'dos-fns)
 
 ;;; dos-vars.el ends here