Mercurial > emacs
comparison lisp/language/indian.el @ 33778:6d966e8b4bbe
Use provide.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 22 Nov 2000 19:28:28 +0000 |
parents | 5c0a4ed13900 |
children | b174db545cfd |
comparison
equal
deleted
inserted
replaced
33777:626c1d40afcb | 33778:6d966e8b4bbe |
---|---|
306 (if ch | 306 (if ch |
307 (progn | 307 (progn |
308 (delete-region (match-beginning 0) (match-end 0)) | 308 (delete-region (match-beginning 0) (match-end 0)) |
309 (insert ch))))) | 309 (insert ch))))) |
310 (goto-char (point-min)))) | 310 (goto-char (point-min)))) |
311 | |
312 (provide 'indian) | |
311 | 313 |
312 ;;; indian.el ends here | 314 ;;; indian.el ends here |