From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: tumashu <tumashu@163.com>
Cc: emacs-devel@gnu.org
Subject: Re: [elpa] master 2f4baf0 31/33: Merge pull request #17 from jingqi/master
Date: Fri, 14 Dec 2018 07:09:32 -0500 [thread overview]
Message-ID: <jwvtvjgpb0e.fsf-monnier+emacsdiffs@gnu.org> (raw)
In-Reply-To: <20181214112119.4ABAD21126@vcs0.savannah.gnu.org> (Feng Shu's message of "Fri, 14 Dec 2018 06:21:19 -0500 (EST)")
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
parent reply other threads:[~2018-12-14 12:09 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20181214112119.4ABAD21126@vcs0.savannah.gnu.org>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvtvjgpb0e.fsf-monnier+emacsdiffs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=emacs-devel@gnu.org \
--cc=tumashu@163.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.