aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/lpr.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-05-16 21:58:47 +0000
committerKarl Heuer <[email protected]>1995-05-16 21:58:47 +0000
commit977b12781d34c938851f0b3b4bdbea0e5bf6709d (patch)
tree368ec11b9f77a7241e34570f88bffa8a3e56d9f4 /lisp/lpr.el
parentf61deddc6d2cc98b73e95e31cd3716a456a5d94d (diff)
Add provide call.
Diffstat (limited to 'lisp/lpr.el')
-rw-r--r--lisp/lpr.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el
index 33acdfe32e..cc324492c9 100644
--- a/lisp/lpr.el
+++ b/lisp/lpr.el
@@ -173,4 +173,6 @@ hexadecimal escapes."
(format "\\^%c" (+ c ?@))
(format "\\%02x" c)))))))
+(provide 'lpr)
+
;;; lpr.el ends here