commit: Avoid an error when clicking on Help -> Tutorials

Aidan Kehoe aidan-guest at alioth.debian.org
Tue Dec 11 15:57:33 EST 2007


changeset:   4325:948c9b232595f4a24f2982bf072432030810a0a5
tag:         tip
user:        Aidan Kehoe <kehoea at 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 at parhasard.net , with slightly
different line numbers.

lisp/ChangeLog addition:

2007-12-11  Aidan Kehoe  <kehoea at 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 at parhasa
+2007-12-11  Aidan Kehoe  <kehoea at 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 at 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 "\




More information about the XEmacs-Patches mailing list