all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [elpa] master 2f4baf0 31/33: Merge pull request #17 from jingqi/master
       [not found] ` <20181214112119.4ABAD21126@vcs0.savannah.gnu.org>
@ 2018-12-14 12:09   ` Stefan Monnier
  0 siblings, 0 replies; only message in thread
From: Stefan Monnier @ 2018-12-14 12:09 UTC (permalink / raw)
  To: tumashu; +Cc: emacs-devel

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-14 12:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20181214112111.23552.71437@vcs0.savannah.gnu.org>
     [not found] ` <20181214112119.4ABAD21126@vcs0.savannah.gnu.org>
2018-12-14 12:09   ` [elpa] master 2f4baf0 31/33: Merge pull request #17 from jingqi/master Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.