# HG changeset patch # User Karl Heuer # Date 929160254 0 # Node ID 7b18c1a51e98c3f7d292b81f82d262fdb507a1ad # Parent b772f629b45ba19700b765e954010cde39c432c8 (ps-printer-name): Fix custom type. diff -r b772f629b45b -r 7b18c1a51e98 lisp/ps-print.el --- a/lisp/ps-print.el Sat Jun 12 03:57:37 1999 +0000 +++ b/lisp/ps-print.el Sat Jun 12 04:04:14 1999 +0000 @@ -1041,9 +1041,10 @@ 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