diff options
author | Dave Love <fx@gnu.org> | 2000-11-22 19:28:28 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-22 19:28:28 +0000 |
commit | 41da80b109dffc3eabe362daa53b4220771dd9b2 (patch) | |
tree | 360b57e547c785a1807e29b7882df1b13150c768 /lisp/language/tibetan.el | |
parent | da7fab49d6f4b0508a1a3cd3188f0b141e13f00f (diff) | |
download | emacs-41da80b109dffc3eabe362daa53b4220771dd9b2.tar.gz |
Use provide.
Diffstat (limited to 'lisp/language/tibetan.el')
-rw-r--r-- | lisp/language/tibetan.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/language/tibetan.el b/lisp/language/tibetan.el index 86417da19b0..a6824887702 100644 --- a/lisp/language/tibetan.el +++ b/lisp/language/tibetan.el @@ -623,4 +623,6 @@ This also matches some punctuation characters which need conversion.") (defvar tibetan-decomposed nil) (defvar tibetan-decomposed-temp nil) +(provide 'tibetan) + ;;; language/tibetan.el ends here |