comparison lisp/lpr.el @ 216:2c663336acaf

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 14 Mar 1991 19:46:44 +0000
parents 5dfb6532c1b1
children 7e4c7ef44243
comparison
equal deleted inserted replaced
215:8b1123702915 216:2c663336acaf
25 "lp" "lpr") 25 "lp" "lpr")
26 "Shell command for printing a file") 26 "Shell command for printing a file")
27 27
28 (defvar print-region-function nil 28 (defvar print-region-function nil
29 "Function to call to print the region on a printer. 29 "Function to call to print the region on a printer.
30 See definition of print-region-1 for calling conventions.") 30 See definition of `print-region-1' for calling conventions.")
31 31
32 (defun lpr-buffer () 32 (defun lpr-buffer ()
33 "Print buffer contents as with Unix command `lpr'. 33 "Print buffer contents as with Unix command `lpr'.
34 `lpr-switches' is a list of extra switches (strings) to pass to lpr." 34 `lpr-switches' is a list of extra switches (strings) to pass to lpr."
35 (interactive) 35 (interactive)