Mercurial > emacs
comparison lisp/lpr.el @ 11831:7e5af94d9527
Add provide call.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 16 May 1995 21:58:47 +0000 |
parents | 8a15461d4f64 |
children | e0bae9f528fe |
comparison
equal
deleted
inserted
replaced
11830:f92fb9b9e3c8 | 11831:7e5af94d9527 |
---|---|
171 (insert | 171 (insert |
172 (if (< c ?\ ) | 172 (if (< c ?\ ) |
173 (format "\\^%c" (+ c ?@)) | 173 (format "\\^%c" (+ c ?@)) |
174 (format "\\%02x" c))))))) | 174 (format "\\%02x" c))))))) |
175 | 175 |
176 (provide 'lpr) | |
177 | |
176 ;;; lpr.el ends here | 178 ;;; lpr.el ends here |