summaryrefslogtreecommitdiff
path: root/lisp/lpr.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1991-05-13 22:05:14 +0000
committerJim Blandy <jimb@redhat.com>1991-05-13 22:05:14 +0000
commit6503cec3499f6b722f40304d78a10f9d79ed5165 (patch)
treeae36a1ffcbee5ac5600a301b06de785c0dd15739 /lisp/lpr.el
parent73fa8346460c784807ee160905baad816913c446 (diff)
downloademacs-6503cec3499f6b722f40304d78a10f9d79ed5165.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/lpr.el')
-rw-r--r--lisp/lpr.el5
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")