From: Karl Heuer Date: Sat, 12 Jun 1999 04:04:14 +0000 (+0000) Subject: (ps-printer-name): Fix custom type. X-Git-Tag: emacs-20.4~116 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=270a64ac3026f7b3decc3ce5d2d0e41871cd6337;p=emacs.git (ps-printer-name): Fix custom type. --- diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 2c74a0d3c22..786828fd914 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1041,9 +1041,10 @@ serial printers, or \"//hostname/printer\" for a shared network printer. You can also set it to a name of a file, in which case the output gets appended to that file. \(Note that `ps-print' package already has facilities for printing to a file, so you might as well use them instead -of changing the setting of this variable.\) If you want to silently +of changing the setting of this variable.\) If you want to silently discard the printed output, set this to \"NUL\"." - :type '(choice file) + :type '(choice (file :tag "Name") + (const :tag "Default" nil)) :group 'ps-print) (defcustom ps-lpr-command lpr-command