From: Karl Heuer Date: Tue, 16 May 1995 21:58:47 +0000 (+0000) Subject: Add provide call. X-Git-Tag: emacs-19.34~4027 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=977b12781d34c938851f0b3b4bdbea0e5bf6709d;p=emacs.git Add provide call. --- diff --git a/lisp/lpr.el b/lisp/lpr.el index 33acdfe32e6..cc324492c91 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