comparison lisp/mule/greek.el @ 4490:67fbcaf3dbdc

error-sequence -> invalid-sequence 2008-08-08 Aidan Kehoe <kehoea@parhasard.net> * unicode.el: * mule/mule-cmds.el: * mule/latin.el: * mule/cyrillic.el: Rework the various identifiers using error-sequence to use invalid-sequence instead.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 08 Aug 2008 21:17:08 +0200
parents b75b075a9041
children e0a8715fdb1f
comparison
equal deleted inserted replaced
4489:b75b075a9041 4490:67fbcaf3dbdc
326 (set-language-info-alist 326 (set-language-info-alist
327 "Greek" '((charset greek-iso8859-7) 327 "Greek" '((charset greek-iso8859-7)
328 (coding-system iso-8859-7) 328 (coding-system iso-8859-7)
329 (coding-priority iso-8859-7) 329 (coding-priority iso-8859-7)
330 (native-coding-system iso-8859-7) 330 (native-coding-system iso-8859-7)
331 (error-sequence-coding-system iso-8859-7) 331 (invalid-sequence-coding-system iso-8859-7)
332 (locale "el") 332 (locale "el")
333 (input-method . "greek") 333 (input-method . "greek")
334 (sample-text . "Greek (,FGkk]mija(B) ,FCei\(B ,Fsar(B") 334 (sample-text . "Greek (,FGkk]mija(B) ,FCei\(B ,Fsar(B")
335 (documentation . t))) 335 (documentation . t)))
336 336