changeset: 4325:948c9b232595f4a24f2982bf072432030810a0a5
tag: tip
user: Aidan Kehoe <kehoea(a)parhasard.net>
date: Tue Dec 11 21:56:18 2007 +0100
files: lisp/ChangeLog lisp/mule/latin.el
description:
Avoid an error when clicking on Help -> Tutorials
APPROVE COMMIT
This is the patch of 18270.32449.777332.204409(a)parhasard.net , with slightly
different line numbers.
lisp/ChangeLog addition:
2007-12-11 Aidan Kehoe <kehoea(a)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.
diff -r 5e526366d5332103a24a7af2fd0bb0c8a773e3b6 -r
948c9b232595f4a24f2982bf072432030810a0a5 lisp/ChangeLog
--- a/lisp/ChangeLog Tue Dec 11 21:50:22 2007 +0100
+++ b/lisp/ChangeLog Tue Dec 11 21:56:18 2007 +0100
@@ -1,3 +1,10 @@ 2007-12-09 Aidan Kehoe <kehoea@parhasa
+2007-12-11 Aidan Kehoe <kehoea(a)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.
+
2007-12-09 Aidan Kehoe <kehoea(a)parhasard.net>
* abbrev.el (write-abbrev-file):
diff -r 5e526366d5332103a24a7af2fd0bb0c8a773e3b6 -r
948c9b232595f4a24f2982bf072432030810a0a5 lisp/mule/latin.el
--- a/lisp/mule/latin.el Tue Dec 11 21:50:22 2007 +0100
+++ b/lisp/mule/latin.el Tue Dec 11 21:56:18 2007 +0100
@@ -907,7 +907,7 @@ Generic language environment for %s (%s)
(native-coding-system ,codesys)
,@(if locale `((locale . ,locale)))
,@(if tutorial `((tutorial . ,tutorial)
- (tutorial-coding-system ,codesys)))
+ (tutorial-coding-system . ,codesys)))
,@(if sample-text `((sample-text . ,sample-text)))
(input-method . ,(or input-method default-input))
(documentation . ,(format "\
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches