diff options
author | Jim Blandy <jimb@redhat.com> | 1991-05-13 22:05:14 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-05-13 22:05:14 +0000 |
commit | 2de3c51b3218d5e6b32ace702c35bce58789c53d (patch) | |
tree | 45d2a5592d79ca022b47fb071f8db080c7231d96 /lisp/lpr.el | |
parent | c5b1abe440c69393f3be34edc6dfa20cab5135ab (diff) | |
download | emacs-2de3c51b3218d5e6b32ace702c35bce58789c53d.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/lpr.el')
-rw-r--r-- | lisp/lpr.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el index 5c363301747..e377f4c9331 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -18,8 +18,9 @@ ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -;;;###autoload (defconst lpr-switches nil -;;;###autoload "*List of strings to pass as extra switch args to lpr when it is invoked.") +;;;###autoload +(defconst lpr-switches nil "\ +*List of strings to pass as extra switch args to lpr when it is invoked.") (defvar lpr-command (if (eq system-type 'usg-unix-v) "lp" "lpr") |