mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Use provide.
This commit is contained in:
parent
da7fab49d6
commit
41da80b109
14 changed files with 28 additions and 0 deletions
|
|
@ -178,4 +178,6 @@
|
|||
(documentation . "Support for Chinese CNS character sets."))
|
||||
'("Chinese"))
|
||||
|
||||
(provide 'chinese)
|
||||
|
||||
;;; chinese.el ends here
|
||||
|
|
|
|||
|
|
@ -240,4 +240,6 @@
|
|||
(documentation . "Support for Cyrillic ALTERNATIVNYJ."))
|
||||
'("Cyrillic"))
|
||||
|
||||
(provide 'cyrillic)
|
||||
|
||||
;;; cyrillic.el ends here
|
||||
|
|
|
|||
|
|
@ -499,4 +499,6 @@ are supported in this language environment."))
|
|||
(?$(5$~(B . nil)
|
||||
))
|
||||
|
||||
(provide 'devanagari)
|
||||
|
||||
;;; devanagari.el ends here
|
||||
|
|
|
|||
|
|
@ -59,4 +59,6 @@
|
|||
(sample-text . "$(3$Q#U!.(B")
|
||||
(documentation . t)))
|
||||
|
||||
(provide 'ethiopic)
|
||||
|
||||
;;; ethiopic.el ends here
|
||||
|
|
|
|||
|
|
@ -47,4 +47,6 @@
|
|||
(unibyte-display . greek-iso-8bit)
|
||||
(documentation . t)))
|
||||
|
||||
(provide 'greek)
|
||||
|
||||
;;; greek.el ends here
|
||||
|
|
|
|||
|
|
@ -56,4 +56,6 @@
|
|||
(documentation . "Right-to-left writing is not yet supported.")
|
||||
))
|
||||
|
||||
(provide 'hebrew)
|
||||
|
||||
;;; hebrew.el ends here
|
||||
|
|
|
|||
|
|
@ -308,5 +308,7 @@ positions (integers or markers) specifying the stretch of the region."
|
|||
(delete-region (match-beginning 0) (match-end 0))
|
||||
(insert ch)))))
|
||||
(goto-char (point-min))))
|
||||
|
||||
(provide 'indian)
|
||||
|
||||
;;; indian.el ends here
|
||||
|
|
|
|||
|
|
@ -107,4 +107,6 @@
|
|||
(sample-text . "Japanese ($BF|K\8l(B) $B$3$s$K$A$O(B, (I:]FAJ(B")
|
||||
(documentation . t)))
|
||||
|
||||
(provide 'japanese)
|
||||
|
||||
;;; japanese.el ends here
|
||||
|
|
|
|||
|
|
@ -67,4 +67,6 @@ The following key bindings are available while using Korean input methods:
|
|||
F9: quail-hangul-switch-hanja")
|
||||
))
|
||||
|
||||
(provide 'korean)
|
||||
|
||||
;;; korean.el ends here
|
||||
|
|
|
|||
|
|
@ -52,4 +52,6 @@
|
|||
'(("\\c0\\c9?\\(\\(\\c2\\|\\c3\\)\\c4?\\|\\c4\\)?"
|
||||
. lao-composition-function)))
|
||||
|
||||
(provide 'lao)
|
||||
|
||||
;;; lao.el ends here
|
||||
|
|
|
|||
|
|
@ -37,5 +37,7 @@
|
|||
IPA is International Phonetic Alphabet for English, French, German
|
||||
and Italian.")))
|
||||
|
||||
(provide 'misc-lang)
|
||||
|
||||
;;; misc-lang.el ends here
|
||||
|
||||
|
|
|
|||
|
|
@ -59,4 +59,6 @@
|
|||
(aset composition-function-table (make-char 'thai-tis620)
|
||||
'(("\\c0\\c4\\|\\c0\\(\\c2\\|\\c3\\)\\c4?" . thai-composition-function)))
|
||||
|
||||
(provide 'thai)
|
||||
|
||||
;;; thai.el ends here
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -189,4 +189,6 @@ Current setting put higher priority to the coding system VISCII than VSCII.
|
|||
If you prefer VSCII, please do: (prefer-coding-system 'vietnamese-vscii)")
|
||||
))
|
||||
|
||||
(provide 'vietnamese)
|
||||
|
||||
;;; vietnamese.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue