# HG changeset patch # User Dave Love # Date 940593185 0 # Node ID 64c5ec18cc8003d06c9f09dde1e2ff9794b27bd2 # Parent 9703ed7e00c4cfae4dc2f7ae06fbb69c531176a2 Avoid non-ASCII characters to prevent loadup failure. diff -r 9703ed7e00c4 -r 64c5ec18cc80 lisp/international/latin-9.el --- a/lisp/international/latin-9.el Thu Oct 21 20:54:16 1999 +0000 +++ b/lisp/international/latin-9.el Fri Oct 22 11:53:05 1999 +0000 @@ -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