emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [elpa] master 2f4baf0 31/33: Merge pull request #17 from jingqi/mast


From: Stefan Monnier
Subject: Re: [elpa] master 2f4baf0 31/33: Merge pull request #17 from jingqi/master
Date: Fri, 14 Dec 2018 07:09:32 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Since Emacs-25, all Elisp files are presumed to use utf-8 if there's no
`coding:` tag, so combined with the fact that posframe.el says

    ;; Package-Requires: ((emacs "26"))

it means that you can drop the `coding:` altogether.


        Stefan


> --- a/posframe.el
> +++ b/posframe.el
> @@ -878,7 +878,7 @@ docstring of `posframe-show'."
>  (provide 'posframe)
>  
>  ;; Local Variables:
> -;; coding: utf-8-unix
> +;; coding: utf-8
>  ;; End:
>  
>  ;;; posframe.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]