comparison lisp/international/iso-cvt.el @ 28425:6cc408ca6aef

Fix comment. Don't bother to require format.
author Dave Love <fx@gnu.org>
date Thu, 30 Mar 2000 12:44:51 +0000
parents aaa13b7caa88
children 879195ddd0d6
comparison
equal deleted inserted replaced
28424:ffd7193171a1 28425:6cc408ca6aef
39 39
40 ;; SEE ALSO: 40 ;; SEE ALSO:
41 ; If you are interested in questions related to using the ISO 8859-1 41 ; If you are interested in questions related to using the ISO 8859-1
42 ; characters set (configuring emacs, Unix, etc. to use ISO), then you 42 ; characters set (configuring emacs, Unix, etc. to use ISO), then you
43 ; can get the ISO 8859-1 FAQ via anonymous ftp from 43 ; can get the ISO 8859-1 FAQ via anonymous ftp from
44 ; ftp.vlsivie.tuwien.ac.at in /pub/bit/FAQ-ISO-8859-1 44 ; ftp.vlsivie.tuwien.ac.at in /pub/8bit/FAQ-ISO-8859-1
45 45
46 ;;; Code: 46 ;;; Code:
47
48 (require 'format)
49 47
50 (defvar iso-spanish-trans-tab 48 (defvar iso-spanish-trans-tab
51 '( 49 '(
52 ("~n" "ñ") 50 ("~n" "ñ")
53 ("\([a-zA-Z]\)#" "\\1ñ") 51 ("\([a-zA-Z]\)#" "\\1ñ")