/[emacs]/emacs/lisp/language/european.el
ViewVC logotype

Diff of /emacs/lisp/language/european.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.69.2.2 by fx, Tue May 14 10:20:49 2002 UTC revision 1.69.2.3 by fx, Thu May 16 19:11:24 2002 UTC
# Line 233  addition of the Euro sign and some addit Line 233  addition of the Euro sign and some addit
233  Latin-9 is sometimes nicknamed `Latin-0'."))  Latin-9 is sometimes nicknamed `Latin-0'."))
234   '("European"))   '("European"))
235    
236    (define-coding-system 'windows-1252
237      "windows-1252 8-bit encoding for Cyrillic (MIME: WINDOWS-1252)"
238      :coding-type 'charset
239      :mnemonic ?*
240      :charset-list '(windows-1252)
241      :mime-charset 'windows-1252)
242    (define-coding-system-alias 'cp1252 'windows-1252)
243    
244  (set-language-info-alist  (set-language-info-alist
245   "German" '((tutorial . "TUTORIAL.de")   "German" '((tutorial . "TUTORIAL.de")
246              (charset iso-8859-1)              (charset iso-8859-1)

Legend:
Removed from v.1.69.2.2  
changed lines
  Added in v.1.69.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26