Withdraw mouse-major-mode-map modifications.
[bpt/emacs.git] / lisp / lpr.el
index 33acdfe..cc32449 100644 (file)
@@ -173,4 +173,6 @@ hexadecimal escapes."
             (format "\\^%c" (+ c ?@))
           (format "\\%02x" c)))))))
 
+(provide 'lpr)
+
 ;;; lpr.el ends here