1 new commit in mule-ucs:
https://bitbucket.org/xemacs/mule-ucs/commits/f7fb28ff013e/
Changeset: f7fb28ff013e
User: Jerry James
Date: 2014-06-04 23:36:18
Summary: Apply
http://lists.gnu.org/archive/html/emacs-devel/2002-12/msg00116.html
patch
to fix crash while generating UTF-8 HTML from mule texinfo sources. See
<CAHCOHQ=KnqkHK4eq9Zj88CDtVMy2antAWrXKiPTDGcXQ348gQA(a)mail.gmail.com> in
xemacs-patches.
Affected #: 2 files
diff -r 34eb2a4c087800c35a9418ecac3b4f1e132689a1 -r
f7fb28ff013e12e7d94db7caae862dcff4c2dc16 lisp/ChangeLog
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2014-06-02 Jerry James <james(a)xemacs.org>
+
+ * mucs-ccl.el (mucs-ccl-generate-registration-program): Apply
+
http://lists.gnu.org/archive/html/emacs-devel/2002-12/msg00116.html
+ patch to fix crash while generating UTF-8 HTML from mule texinfo
+ sources.
+
2009-10-01 Aidan Kehoe <kehoea(a)parhasard.net>
* mucs-type.el (mucs-make-coding-system):
diff -r 34eb2a4c087800c35a9418ecac3b4f1e132689a1 -r
f7fb28ff013e12e7d94db7caae862dcff4c2dc16 lisp/mucs-ccl.el
--- a/lisp/mucs-ccl.el
+++ b/lisp/mucs-ccl.el
@@ -643,10 +643,9 @@
(mucs-notify-embedment 'mucs-ccl-required name)
(setq ccl-pgm-list (cdr ccl-pgm-list)))
; (message "MCCLREGFIN:%S" result)
- `(progn
- (setq mucs-ccl-facility-alist
- (quote ,mucs-ccl-facility-alist))
- ,@result)))
+ `((setq mucs-ccl-facility-alist
+ (quote ,mucs-ccl-facility-alist))
+ ,@result)))
;;; Add hook for embedding translation informations to a package.
(add-hook 'mucs-package-definition-end-hook
Repository URL:
https://bitbucket.org/xemacs/mule-ucs/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches