From cb8e8fb360ccdb6a1633cac4c9f4945e0823d776 Mon Sep 17 00:00:00 2001 From: Scott Roland Date: Fri, 4 Dec 2015 20:03:31 +0000 Subject: [PATCH] Fix coding to be utf-8 instead of UTF-8 Old UTF-8 resulted in this error from GNU Emacs: Warning (mule): Invalid coding system `UTF-8' is specified for the current buffer/file by the :coding tag. It is highly recommended to fix it before writing to a file. --- contrib/xorg/download-xorg-7.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/xorg/download-xorg-7.5 b/contrib/xorg/download-xorg-7.5 index 1b802a2b..702b3c2b 100755 --- a/contrib/xorg/download-xorg-7.5 +++ b/contrib/xorg/download-xorg-7.5 @@ -1,5 +1,5 @@ #!/usr/bin/env python -# -*-mode: python; coding: UTF-8 -*- +# -*-mode: python; coding: utf-8 -*- import os import glob -- 2.39.5