Index: head/editors/apel/files/patch-pccl-20.el =================================================================== --- head/editors/apel/files/patch-pccl-20.el (nonexistent) +++ head/editors/apel/files/patch-pccl-20.el (revision 545780) @@ -0,0 +1,14 @@ +--- pccl-20.el.orig 2019-04-07 10:56:27 UTC ++++ pccl-20.el +@@ -88,8 +88,9 @@ CODING-SYSTEM, DECODER and ENCODER must be symbol." + (when-broken ccl-accept-symbol-as-program + (setq decoder (symbol-value decoder)) + (setq encoder (symbol-value encoder))) +- (make-coding-system coding-system 4 mnemonic docstring +- (cons decoder encoder))) ++ (if (fboundp 'make-coding-system) ++ (make-coding-system coding-system 4 mnemonic docstring (cons decoder encoder)) ++ (define-coding-system coding-system docstring :mnemonic mnemonic :coding-type 'ccl :ccl-decoder decoder :ccl-encoder encoder))) + ) + + (when-broken ccl-accept-symbol-as-program Property changes on: head/editors/apel/files/patch-pccl-20.el ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property