comparison lisp/international/latin-3.el @ 25253:2b995720c93e

Provide `latin-3', not `latin-3.el'.
author Karl Heuer <kwzh@gnu.org>
date Fri, 13 Aug 1999 17:52:48 +0000
parents f8af1810653b
children f630f8658de3
comparison
equal deleted inserted replaced
25252:fc1b2b29e66d 25253:2b995720c93e
94 (set-case-syntax 255 "w" tbl)) ;dot above 94 (set-case-syntax 255 "w" tbl)) ;dot above
95 95
96 ;; When preloading this file, don't provide the feature. 96 ;; When preloading this file, don't provide the feature.
97 ;; Explicit `require' is used to load this for 8-bit characters. 97 ;; Explicit `require' is used to load this for 8-bit characters.
98 (or set-case-syntax-set-multibyte 98 (or set-case-syntax-set-multibyte
99 (provide 'latin-3.el)) 99 (provide 'latin-3))
100 100
101 ;;; latin-3.el ends here 101 ;;; latin-3.el ends here