X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fiso8859-1.el;h=37ed71ebb093db776d8438037a073f2b871ee2a1;hb=b66f5500af73ee849c737947fb1851cfcfff6283;hp=50bd40ad53b9229a2d6b6a13607098edbe451b67;hpb=e8e0f3c1d3cb2ccf4ff5c61fb82284b0d5290ec7;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/iso8859-1.el b/lisp/iso8859-1.el index 50bd40a..37ed71e 100644 --- a/lisp/iso8859-1.el +++ b/lisp/iso8859-1.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1992, 1997 Free Software Foundation, Inc. -;; Author: Jamie Zawinski +;; Author: Jamie Zawinski ;; Created: 19-aug-92 ;; Maintainer: XEmacs Development Team ;; Keywords: internal, dumped @@ -142,6 +142,7 @@ ) +(unless (featurep 'utf-2000) (defconst iso8859/1-case-table nil "The case table for ISO-8859/1 characters.") @@ -161,9 +162,9 @@ (setq pairs (cdr pairs))) (cons 'setq (cons 'iso8859/1-case-table - (list (list 'purecopy - (list 'quote - (list downcase nil nil nil))))))))) + (list + (list 'quote + (list downcase nil nil nil)))))))) (?\300 ?\340) ; Agrave (?\301 ?\341) ; Aacute @@ -198,6 +199,7 @@ ) (set-standard-case-table (mapcar 'copy-sequence iso8859/1-case-table)) +) (setq-default ctl-arrow 'iso-8859/1)