# HG changeset patch # User Andreas Schwab # Date 906109857 0 # Node ID 359e6eb97e11e0bd4b4536e7f2a2185421fdb65b # Parent 03626baa368ab81f34f80650734bb56aae76cb1e (printer-name): Fix customize type. diff -r 03626baa368a -r 359e6eb97e11 lisp/lpr.el --- a/lisp/lpr.el Fri Sep 18 09:06:20 1998 +0000 +++ b/lisp/lpr.el Fri Sep 18 09:10:57 1998 +0000 @@ -50,7 +50,9 @@ 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