Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 17 Sep 2020 07:38:24
Message-Id: 1600328225.787de456cd9808d66e3b61774591b5f93720e36d.ulm@gentoo
1 commit: 787de456cd9808d66e3b61774591b5f93720e36d
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 17 07:32:47 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 17 07:37:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787de456
7
8 elisp-common.eclass: Avoid @ character at beginning of comment.
9
10 Bug: https://github.com/mgorny/eclass-to-manpage/issues/3
11 Reported-by: John Helmert III <jchelmert3 <AT> posteo.net>
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 eclass/elisp-common.eclass | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
18 index 0bf6c014af1..e6346d43ccf 100644
19 --- a/eclass/elisp-common.eclass
20 +++ b/eclass/elisp-common.eclass
21 @@ -393,9 +393,9 @@ elisp-modules-install() {
22 # @DESCRIPTION:
23 # Install Emacs site-init file in SITELISP directory. Automatically
24 # inserts a standard comment header with the name of the package
25 -# (unless it is already present). Tokens @SITELISP@, @SITEETC@, and
26 -# @EMACSMODULES@ are replaced by the path to the package's subdirectory
27 -# in SITELISP, SITEETC, and EMACSMODULES, respectively.
28 +# (unless it is already present). Tokens @SITELISP@, @SITEETC@,
29 +# and @EMACSMODULES@ are replaced by the path to the package's
30 +# subdirectory in SITELISP, SITEETC, and EMACSMODULES, respectively.
31
32 elisp-site-file-install() {
33 local sf="${1##*/}" my_pn="${2:-${PN}}" modules ret