From 3917863bc11c3936eb35d3c962e79d3717be612a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 18 Sep 1998 09:10:57 +0000 Subject: [PATCH] (printer-name): Fix customize type. --- lisp/lpr.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/lpr.el b/lisp/lpr.el index b6f650c765a..301a50af9a8 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -50,7 +50,9 @@ 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. If you want to discard the printed output, set this to \"NUL\"." - :type 'file ; could use string but then we lose completion for files. + :type '(choice ; could use string but then we lose completion for files. + (file :tag "Name") + (const :tag "Default" nil)) :group 'lpr) ;;;###autoload -- 2.39.2