From ca5f51096a6682d895f296fc7b519b3e4f678207e73ec14e465e9eb62de82f6b Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 7 Dec 2009 12:09:01 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/M17N/xemacs?expand=0&rev=13 --- fix-mule-make-coding-system.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fix-mule-make-coding-system.patch diff --git a/fix-mule-make-coding-system.patch b/fix-mule-make-coding-system.patch new file mode 100644 index 0000000..7e220a3 --- /dev/null +++ b/fix-mule-make-coding-system.patch @@ -0,0 +1,11 @@ +--- lisp/mule/make-coding-system.el ++++ lisp/mule/make-coding-system.el 2009-12-07 10:23:26.567929675 +0000 +@@ -519,7 +519,7 @@ If you are calling this function from an + props)) + + ;;;###autoload +-(defun make-coding-system (name type &optional description props) ++(defun make-coding-system (form name type &optional description props) + "Register symbol NAME as a coding system. + + TYPE describes the conversion method used and should be one of