commit/mule-ucs: Jerry James: Apply http://lists.gnu.org/archive/html/emacs-devel/2002-12/msg00116.html patch
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
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@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 <[email protected]> + + * 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 <[email protected]> * 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.