From: Andreas Schwab Date: Fri, 18 Sep 1998 09:10:57 +0000 (+0000) Subject: (printer-name): Fix customize type. X-Git-Tag: emacs-20.4~1685 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3917863bc11c3936eb35d3c962e79d3717be612a;p=emacs.git (printer-name): Fix customize type. --- 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