aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-07-03 19:53:47 +0000
committerRichard M. Stallman1998-07-03 19:53:47 +0000
commit3efcc61ef6c46a84e5715e0a9cdd99a325f30760 (patch)
tree1a60074e95e33fe51ed75db39607b9052ab355a1
parent15db8769c721d92e2d0f1e869fa536dd72709e85 (diff)
downloademacs-3efcc61ef6c46a84e5715e0a9cdd99a325f30760.tar.gz
emacs-3efcc61ef6c46a84e5715e0a9cdd99a325f30760.zip
(dos-printer): Obsolete variable deleted.
(dos-ps-printer): Likewise.
-rw-r--r--lisp/dos-vars.el33
1 files changed, 0 insertions, 33 deletions
diff --git a/lisp/dos-vars.el b/lisp/dos-vars.el
index b8fe208f3a5..5b30b4a120e 100644
--- a/lisp/dos-vars.el
+++ b/lisp/dos-vars.el
@@ -31,37 +31,4 @@
31 :type '(repeat string) 31 :type '(repeat string)
32 :group 'dos-fns) 32 :group 'dos-fns)
33 33
34;; Support for printing under MS-DOS, see lpr.el and ps-print.el.
35(defcustom dos-printer "PRN"
36 "*The name of a local MS-DOS device to which data is sent for printing.
37\(Note that PostScript files are sent to `dos-ps-printer', which see.\)
38
39Typical non-default settings would be \"LPT1\" to \"LPT3\" for
40parallel printers, or \"COM1\" to \"COM4\" or \"AUX\" for serial
41printers. You can also set it to a name of a file, in which
42case the output gets appended to that file.
43If you want to discard the printed output, set this to \"NUL\"."
44 :type 'file ; could use string but then we lose completion for files.
45 :group 'dos-fns)
46
47(defcustom dos-ps-printer "PRN"
48 "*Method for printing PostScript files under MS-DOS.
49
50If the value is a string, then it is taken as the name of the
51device to which PostScript files are written. By default it
52is the default printer device; typical non-default settings
53would be \"LPT1\" to \"LPT3\" for parallel printers, or \"COM1\"
54to \"COM4\" or \"AUX\" for serial printers. You can also set it
55to a name of a file, in which case the output gets appended
56to that file. \(Note that `ps-print' package already has
57facilities for printing to a file, so you might as well use
58them instead of changing the setting of this variable.\) If
59you want to silently discard the printed output, set this to \"NUL\".
60
61If the value is anything but a string, PostScript files will be
62piped to the program given by `ps-lpr-command', with switches
63given by `ps-lpr-switches', which see."
64 :type '(choice file (other :tag "Pipe to ps-lpr-command" pipe))
65 :group 'dos-fns)
66
67;;; dos-vars.el ends here 34;;; dos-vars.el ends here