diff options
Diffstat (limited to 'lisp/lpr.el')
| -rw-r--r-- | lisp/lpr.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el index c12e01c1667..4cb1dfdadf9 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el | |||
| @@ -97,13 +97,14 @@ This switch is used in conjunction with `printer-name'." | |||
| 97 | 97 | ||
| 98 | ;;;###autoload | 98 | ;;;###autoload |
| 99 | (defcustom lpr-command | 99 | (defcustom lpr-command |
| 100 | (purecopy | ||
| 100 | (cond | 101 | (cond |
| 101 | (lpr-windows-system | 102 | (lpr-windows-system |
| 102 | "") | 103 | "") |
| 103 | (lpr-lp-system | 104 | (lpr-lp-system |
| 104 | "lp") | 105 | "lp") |
| 105 | (t | 106 | (t |
| 106 | "lpr")) | 107 | "lpr"))) |
| 107 | "Name of program for printing a file. | 108 | "Name of program for printing a file. |
| 108 | 109 | ||
| 109 | On MS-DOS and MS-Windows systems, if the value is an empty string then | 110 | On MS-DOS and MS-Windows systems, if the value is an empty string then |