Mercurial > emacs
changeset 23264:359e6eb97e11
(printer-name): Fix customize type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 18 Sep 1998 09:10:57 +0000 |
parents | 03626baa368a |
children | 92177ff080cc |
files | lisp/lpr.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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