Mercurial > hg > xemacs-beta
comparison lisp/mule/latin.el @ 4325:948c9b232595
Avoid an error when clicking on Help -> Tutorials
APPROVE COMMIT
This is the patch of 18270.32449.777332.204409@parhasard.net , with slightly
different line numbers.
lisp/ChangeLog addition:
2007-12-11 Aidan Kehoe <kehoea@parhasard.net>
* mule/latin.el :
Specify tutorial-coding-system using dotted cons notation, since
it's not a list. Prevents an error in help-with-tutorial for these
languages.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 11 Dec 2007 21:56:18 +0100 |
parents | 2e528ccfe690 |
children | 15dd5229cea5 |
comparison
equal
deleted
inserted
replaced
4324:5e526366d533 | 4325:948c9b232595 |
---|---|
905 (coding-system ,codesys) | 905 (coding-system ,codesys) |
906 (coding-priority ,codesys) | 906 (coding-priority ,codesys) |
907 (native-coding-system ,codesys) | 907 (native-coding-system ,codesys) |
908 ,@(if locale `((locale . ,locale))) | 908 ,@(if locale `((locale . ,locale))) |
909 ,@(if tutorial `((tutorial . ,tutorial) | 909 ,@(if tutorial `((tutorial . ,tutorial) |
910 (tutorial-coding-system ,codesys))) | 910 (tutorial-coding-system . ,codesys))) |
911 ,@(if sample-text `((sample-text . ,sample-text))) | 911 ,@(if sample-text `((sample-text . ,sample-text))) |
912 (input-method . ,(or input-method default-input)) | 912 (input-method . ,(or input-method default-input)) |
913 (documentation . ,(format "\ | 913 (documentation . ,(format "\ |
914 This language environment supports %s. " name))) | 914 This language environment supports %s. " name))) |
915 '("European")))) | 915 '("European")))) |