From: Andreas Schwab Date: Wed, 24 Jun 1998 08:57:33 +0000 (+0000) Subject: (dos-ps-printer): Use `other' widget type. X-Git-Tag: emacs-20.3~504 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f646a9e71bec48421d3135901d7b92a39a2da54;p=emacs.git (dos-ps-printer): Use `other' widget type. --- diff --git a/lisp/dos-vars.el b/lisp/dos-vars.el index 40dcf8a1612..b8fe208f3a5 100644 --- a/lisp/dos-vars.el +++ b/lisp/dos-vars.el @@ -61,7 +61,7 @@ you want to silently discard the printed output, set this to \"NUL\". 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