From 4187707ba578dda58fc4f7fd427da564bd666195 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 22 Oct 1999 11:53:05 +0000 Subject: [PATCH] Avoid non-ASCII characters to prevent loadup failure. --- lisp/international/latin-9.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/international/latin-9.el b/lisp/international/latin-9.el index 5effae3d0ba..574796ed563 100644 --- a/lisp/international/latin-9.el +++ b/lisp/international/latin-9.el @@ -28,11 +28,12 @@ ;; Case-conversion and syntax tables for ISO-8859-15 (Latin-9), ;; adapted from latin-1.el. -;; : +;; (edited to remove +;; non-ASCII characters!): ;; The new Latin9 nicknamed Latin0 aims to update Latin1 by -;; replacing the less needed symbols ¦¨´¸¼½¾ with forgotten French and +;; replacing less needed symbols with forgotten French and ;; Finnish letters and placing the U+20AC Euro sign in the cell =A4 of -;; the former international currency sign ¤. +;; the former international currency sign. ;; The differences from Latin-1 are starred on the comments below. @@ -116,4 +117,4 @@ (or set-case-syntax-set-multibyte (provide 'latin-9)) -;;; latin-1.el ends here +;;; latin-9.el ends here -- 2.39.5