public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Akira TAGOH <tagoh@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/anthy-unicode] rawhide: Fix lexical-binding warning in Emacs 31.1
Date: Thu, 10 Sep 2026 01:46:13 GMT	[thread overview]
Message-ID: <178900477372.1.9814231019227427829.rpms-anthy-unicode-fd9c868ebd83@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/anthy-unicode
            Branch : rawhide
            Commit : fd9c868ebd831eaa2f301333f63064c4059b8db8
            Author : Akira TAGOH <tagoh@redhat.com>
            Date   : 2026-09-09T22:32:28+09:00
            Stats  : +24/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/anthy-unicode/c/fd9c868ebd831eaa2f301333f63064c4059b8db8?branch=rawhide

            Log:
            Fix lexical-binding warning in Emacs 31.1

Resolves: rhbz#2528383

---
diff --git a/anthy-unicode-init.el b/anthy-unicode-init.el
index b368ce5..0bb58cb 100644
--- a/anthy-unicode-init.el
+++ b/anthy-unicode-init.el
@@ -1,5 +1,27 @@
-;; anthy-unicode-init.el
+;;; anthy-unicode-init.el --- Autoload anthy-unicode  -*- lexical-binding: t -*-
+
+;; Copyright (C) 2001 - 2007 KMC(Kyoto University Micro Computer Club)
+;; Copyright (c) 2005 - 2026 Red Hat, Inc.
+;; Copyright (C) 2019 - 2026 Takao Fujiwara <takao.fujiwara1@gmail.com>
+
+;; Author: Yusuke Tabata<yusuke@kmc.gr.jp>
+;;         Tomoharu Ugawa
+;;         Norio Suzuki <suzuki@sanpobu.net>
+;; Maintainer: Akira TAGOH <tagoh@redhat.com>
+;;             Takao Fujiwara <takao.fujiwara1@gmail.com>
+;; Keywords: japanese
+;; SPDX-License-Identifier: LGPL-2.0-or-later
+
+;;; Commentary:
 ;;
+;; Program for using the Anthy Kana-Kanji conversion engine from Emacs.
+;; It handles text conversion by launching the 'anthy-agent-unicode' command
+;; and communicating with it via pipes.
+
+;; You can enable anthy-unicode on Emacs and XEmacs with the following setting:
+;; (set-input-method 'japanese-anthy-unicode)
+
+;;; Code:
 (if (featurep 'xemacs)
     (setq load-path (cons "/usr/share/xemacs/xemacs-packages/lisp/anthy-unicode" load-path))
   (setq load-path (cons "/usr/share/emacs/site-lisp/anthy-unicode" load-path)))
@@ -8,3 +30,4 @@
 		       'anthy-unicode-leim-activate "[anthy-unicode]"
 		       "Anthy Unicode Kana Kanji conversion system")
 
+;;; anthy-unicode-init.el ends here

                 reply	other threads:[~2026-09-10  1:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178900477372.1.9814231019227427829.rpms-anthy-unicode-fd9c868ebd83@fedoraproject.org \
    --to=tagoh@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox