# HG changeset patch # User Andreas Schwab # Date 898678653 0 # Node ID 4d1c88715c5524e1cf4af4e1cc682c88d4e98e73 # Parent 3c7216baafaf62296e0eb1405ae277887bb753c9 (dos-ps-printer): Use `other' widget type. diff -r 3c7216baafaf -r 4d1c88715c55 lisp/dos-vars.el --- 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