]> git.eshelyaron.com Git - emacs.git/commitdiff
(dos-ps-printer): Use `other' widget type.
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 08:57:33 +0000 (08:57 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 08:57:33 +0000 (08:57 +0000)
lisp/dos-vars.el

index 40dcf8a1612765f4aedb5dbec8eff357c7dd39fa..b8fe208f3a557dfd9f02dc61cc89663e3c9adc82 100644 (file)
@@ -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