aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/latin-3.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/latin-3.el b/lisp/international/latin-3.el
index 128f77c57fa..8bb4758fde0 100644
--- a/lisp/international/latin-3.el
+++ b/lisp/international/latin-3.el
@@ -96,6 +96,6 @@
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