From 270a64ac3026f7b3decc3ce5d2d0e41871cd6337 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 12 Jun 1999 04:04:14 +0000 Subject: [PATCH] (ps-printer-name): Fix custom type. --- lisp/ps-print.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.5