From: Dave Love Date: Fri, 22 Oct 1999 11:53:05 +0000 (+0000) Subject: Avoid non-ASCII characters to prevent loadup failure. X-Git-Tag: emacs-pretest-21.0.90~6349 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4187707ba578dda58fc4f7fd427da564bd666195;p=emacs.git Avoid non-ASCII characters to prevent loadup failure. --- 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